#38455F

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

Shades of Gulf Blue #38455F

Tints of Gulf Blue #38455F

Color information

#38455F (or 0x38455F) is unknown color: approx Gulf Blue. HEX triplet: 38, 45 and 5F. RGB value is (56,69,95). Sum of RGB (Red+Green+Blue) = 56+69+95=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 95 - color contains mainly: blue. Hex color #38455F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38455F is #C7BAA0. Grayscale: #434343. Windows color (decimal): -13089441 or 6243640. OLE color: 6243640.

HSL color Cylindrical-coordinate representation of color #38455F: hue angle of 220º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #38455F is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB566995-
CMYK0.410.2700.63
HSL220º25.83%29.61%-
HSV(B)220º41.05%37.25%-
XYZ5.825.9211.66-
YUV68.08143.19119.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.45%
GREEN value IS 69 (27.34% from 255) = 31.36%
BLUE value IS 95 (37.5% from 255) = 43.18%
R=25.45%
G=31.36%
B=43.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5669950.410.2700.6322025.8329.61
Hex38455F291B03Fdc1a1e
Octal7010513751330773343236
Binary11100010001011011111101001110110111111110111001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38455F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38455F; }

 p { color: rgb(56,69,95); }

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

<style>
 a { background-color: #38455F; }

 a { background-color: rgb(56,69,95); }

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

<style>
 span { border-color: #38455F; }

 span { border-color: rgb(56,69,95); }

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