Html Css Color HEX #333E5E Gulf Blue

📋 copy color: '#333E5E'

red 51 ◦ green 62 ◦ blue 94

#333E5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gulf Blue #333E5E

Tints of Gulf Blue #333E5E

RGB

 RED value IS 51 (20.31% from 255) = 24.64%

 GREEN value IS 62 (24.61% from 255) = 29.95%

 BLUE value IS 94 (37.11% from 255) = 45.41%

R = 24.64%
G = 29.95%
B = 45.41%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#333E5E (or 0x333E5E) is known color: Gulf Blue. HEX triplet: 33, 3E and 5E. RGB value is (51,62,94). Sum of RGB (Red+Green+Blue) = 51+62+94=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 94 - color contains mainly: blue. Hex color #333E5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333E5E is #CCC1A1. Grayscale: #3E3E3E. Windows color (decimal): -13418914 or 6176307. OLE color: 6176307.

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

Color convert

RGB 51 62 94 -
CMYK 0.46 0.34 0 0.63
HSL 224.65º 0.3% 0.28% -
HSV(B) 224.65º 0.46% 0.37% -
XYZ 5.11 4.96 11.28 -
YUV 62.36 145.86 119.9 -
System Red Green Blue C M Y K H S L
Decimal 51 62 94 0.46 0.34 0 0.63 224.65 0.3 0.28
Hex 33 3E 5E 2E 22 0 3F E1 1E 1C
Octal 63 76 136 56 42 0 77 341 36 34
Binary 110011 111110 1011110 101110 100010 0 111111 11100001 11110 11100

Color Harmonies of #333E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333E5E

Black with #333E5E

Text Example


Text Example

White with #333E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #333E5E;
 }
 .AnyTagClassName
 {
   color: #333E5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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