#333F60

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

Shades of Gulf Blue #333F60

Tints of Gulf Blue #333F60

Color information

#333F60 (or 0x333F60) is unknown color: approx Gulf Blue. HEX triplet: 33, 3F and 60. RGB value is (51,63,96). Sum of RGB (Red+Green+Blue) = 51+63+96=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #333F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333F60 is #CCC09F. Grayscale: #3F3F3F. Windows color (decimal): -13418656 or 6307635. OLE color: 6307635.

HSL color Cylindrical-coordinate representation of color #333F60: hue angle of 224º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #333F60 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB516396-
CMYK0.470.3400.62
HSL224º30.61%28.82%-
HSV(B)224º46.88%37.65%-
XYZ5.255.111.77-
YUV63.17146.52119.32-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.29%
GREEN value IS 63 (25% from 255) = 30%
BLUE value IS 96 (37.89% from 255) = 45.71%
R=24.29%
G=30%
B=45.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5163960.470.3400.6222430.6128.82
Hex333F602F2203Ee01f1d
Octal637714057420763403735
Binary11001111111111000001011111000100111110111000001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333F60; }

 p { color: rgb(51,63,96); }

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

<style>
 a { background-color: #333F60; }

 a { background-color: rgb(51,63,96); }

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

<style>
 span { border-color: #333F60; }

 span { border-color: rgb(51,63,96); }

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