#333E5D

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

Shades of Gulf Blue #333E5D

Tints of Gulf Blue #333E5D

Color information

#333E5D (or 0x333E5D) is unknown color: approx Gulf Blue. HEX triplet: 33, 3E and 5D. RGB value is (51,62,93). Sum of RGB (Red+Green+Blue) = 51+62+93=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #333E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333E5D is #CCC1A2. Grayscale: #3E3E3E. Windows color (decimal): -13418915 or 6110771. OLE color: 6110771.

HSL color Cylindrical-coordinate representation of color #333E5D: hue angle of 224.29º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #333E5D is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB516293-
CMYK0.450.3300.64
HSL224.29º29.17%28.24%-
HSV(B)224.29º45.16%36.47%-
XYZ5.064.9411.04-
YUV62.24145.36119.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.76%
GREEN value IS 62 (24.61% from 255) = 30.10%
BLUE value IS 93 (36.72% from 255) = 45.15%
R=24.76%
G=30.10%
B=45.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5162930.450.3300.64224.2929.1728.24
Hex333E5D2D21040e01d1c
Octal6376135554101003403534
Binary110011111110101110110110110000101000000111000001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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