#38415A

Color #38415A Gulf Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Blue #38415A

Tints of Gulf Blue #38415A

Color information

#38415A (or 0x38415A) is unknown color: approx Gulf Blue. HEX triplet: 38, 41 and 5A. RGB value is (56,65,90). Sum of RGB (Red+Green+Blue) = 56+65+90=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 90 - color contains mainly: blue. Hex color #38415A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38415A is #C7BEA5. Grayscale: #414141. Windows color (decimal): -13090470 or 5914936. OLE color: 5914936.

HSL color Cylindrical-coordinate representation of color #38415A: hue angle of 224.12º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #38415A is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB566590-
CMYK0.380.2800.65
HSL224.12º23.29%28.63%-
HSV(B)224.12º37.78%35.29%-
XYZ5.375.3610.42-
YUV65.16142.02121.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 26.54%
GREEN value IS 65 (25.78% from 255) = 30.81%
BLUE value IS 90 (35.55% from 255) = 42.65%
R=26.54%
G=30.81%
B=42.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5665900.380.2800.65224.1223.2928.63
Hex38415A261C041e0171d
Octal70101132463401013402735
Binary111000100000110110101001101110001000001111000001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38415A; }

 p { color: rgb(56,65,90); }

 H1.HeaderClassName
 {
   color: #38415A;
 }
 .AnyTagClassName
 {
   color: #38415A;
 }
</style>
background-color css

<style>
 a { background-color: #38415A; }

 a { background-color: rgb(56,65,90); }

 div.DivClassName
 {
   background-color: #38415A;
 }
 .BgClassName
 {
   background-color: #38415A;
 }
</style>
border-color css

<style>
 span { border-color: #38415A; }

 span { border-color: rgb(56,65,90); }

 td.TdClassName
 {
   border-color: #38415A;
 }
 .TagClassName
 {
   border-color: #38415A;
 }
</style>