#33405F

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

Shades of Gulf Blue #33405F

Tints of Gulf Blue #33405F

Color information

#33405F (or 0x33405F) is unknown color: approx Gulf Blue. HEX triplet: 33, 40 and 5F. RGB value is (51,64,95). Sum of RGB (Red+Green+Blue) = 51+64+95=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 95 - color contains mainly: blue. Hex color #33405F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33405F is #CCBFA0. Grayscale: #3F3F3F. Windows color (decimal): -13418401 or 6242355. OLE color: 6242355.

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

Color convert

RGB516495-
CMYK0.460.3300.63
HSL222.27º30.14%28.63%-
HSV(B)222.27º46.32%37.25%-
XYZ5.265.211.55-
YUV63.65145.69118.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.29%
GREEN value IS 64 (25.39% from 255) = 30.48%
BLUE value IS 95 (37.5% from 255) = 45.24%
R=24.29%
G=30.48%
B=45.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5164950.460.3300.63222.2730.1428.63
Hex33405F2E2103Fde1e1d
Octal6310013756410773363635
Binary110011100000010111111011101000010111111110111101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33405F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,64,95); }

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

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

 a { background-color: rgb(51,64,95); }

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

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

 span { border-color: rgb(51,64,95); }

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