#38405E

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

Shades of Gulf Blue #38405E

Tints of Gulf Blue #38405E

Color information

#38405E (or 0x38405E) is unknown color: approx Gulf Blue. HEX triplet: 38, 40 and 5E. RGB value is (56,64,94). Sum of RGB (Red+Green+Blue) = 56+64+94=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 94 (37.11% from 255 or 43.93% from 214); Max value from RGB is 94 - color contains mainly: blue. Hex color #38405E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38405E is #C7BFA1. Grayscale: #404040. Windows color (decimal): -13090722 or 6176824. OLE color: 6176824.

HSL color Cylindrical-coordinate representation of color #38405E: hue angle of 227.37º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #38405E is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB566494-
CMYK0.400.3200.63
HSL227.37º25.33%29.41%-
HSV(B)227.37º40.43%36.86%-
XYZ5.485.3211.33-
YUV65.03144.35121.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.17%
GREEN value IS 64 (25.39% from 255) = 29.91%
BLUE value IS 94 (37.11% from 255) = 43.93%
R=26.17%
G=29.91%
B=43.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5664940.400.3200.63227.3725.3329.41
Hex38405E282003Fe3191d
Octal7010013650400773433135
Binary111000100000010111101010001000000111111111000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38405E; }

 p { color: rgb(56,64,94); }

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

<style>
 a { background-color: #38405E; }

 a { background-color: rgb(56,64,94); }

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

<style>
 span { border-color: #38405E; }

 span { border-color: rgb(56,64,94); }

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