#333E60

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

Shades of Gulf Blue #333E60

Tints of Gulf Blue #333E60

Color information

#333E60 (or 0x333E60) is unknown color: approx Gulf Blue. HEX triplet: 33, 3E and 60. RGB value is (51,62,96). Sum of RGB (Red+Green+Blue) = 51+62+96=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #333E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333E60 is #CCC19F. Grayscale: #3E3E3E. Windows color (decimal): -13418912 or 6307379. OLE color: 6307379.

HSL color Cylindrical-coordinate representation of color #333E60: hue angle of 225.33º 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 #333E60 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB516296-
CMYK0.470.3500.62
HSL225.33º30.61%28.82%-
HSV(B)225.33º46.88%37.65%-
XYZ5.24.9911.76-
YUV62.59146.86119.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.40%
GREEN value IS 62 (24.61% from 255) = 29.67%
BLUE value IS 96 (37.89% from 255) = 45.93%
R=24.40%
G=29.67%
B=45.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5162960.470.3500.62225.3330.6128.82
Hex333E602F2303Ee11f1d
Octal637614057430763413735
Binary11001111111011000001011111000110111110111000011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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