Html Css Color HEX #333C5E Gulf Blue

📋 copy color: '#333C5E'

red 51 ◦ green 60 ◦ blue 94

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

Shades of Gulf Blue #333C5E

Tints of Gulf Blue #333C5E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.27%

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

R = 24.88%
G = 29.27%
B = 45.85%

CMYK

 C value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#333C5E (or 0x333C5E) is known color: Gulf Blue. HEX triplet: 33, 3C and 5E. RGB value is (51,60,94). Sum of RGB (Red+Green+Blue) = 51+60+94=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 94 - color contains mainly: blue. Hex color #333C5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333C5E is #CCC3A1. Grayscale: #3D3D3D. Windows color (decimal): -13419426 or 6175795. OLE color: 6175795.

HSL color Cylindrical-coordinate representation of color #333C5E: hue angle of 227.44º 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 #333C5E is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 51 60 94 -
CMYK 0.46 0.36 0 0.63
HSL 227.44º 0.3% 0.28% -
HSV(B) 227.44º 0.46% 0.37% -
XYZ 5 4.74 11.24 -
YUV 61.19 146.52 120.74 -
System Red Green Blue C M Y K H S L
Decimal 51 60 94 0.46 0.36 0 0.63 227.44 0.3 0.28
Hex 33 3C 5E 2E 24 0 3F E3 1E 1C
Octal 63 74 136 56 44 0 77 343 36 34
Binary 110011 111100 1011110 101110 100100 0 111111 11100011 11110 11100

Color Harmonies of #333C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333C5E

Black with #333C5E

Text Example


Text Example

White with #333C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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