Html Css Color HEX #333E60 Gulf Blue

📋 copy color: '#333E60'

red 51 ◦ green 62 ◦ blue 96

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

Shades of Gulf Blue #333E60

Tints of Gulf Blue #333E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 45.93%

R = 24.4%
G = 29.67%
B = 45.93%

CMYK

 C value IS 0.47

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#333E60 (or 0x333E60) is known color: 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

RGB 51 62 96 -
CMYK 0.47 0.35 0 0.62
HSL 225.33º 0.31% 0.29% -
HSV(B) 225.33º 0.47% 0.38% -
XYZ 5.2 4.99 11.76 -
YUV 62.59 146.86 119.74 -
System Red Green Blue C M Y K H S L
Decimal 51 62 96 0.47 0.35 0 0.62 225.33 0.31 0.29
Hex 33 3E 60 2F 23 0 3E E1 1F 1D
Octal 63 76 140 57 43 0 76 341 37 35
Binary 110011 111110 1100000 101111 100011 0 111110 11100001 11111 11101

Color Harmonies of #333E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333E60

Black with #333E60

Text Example


Text Example

White with #333E60

Text Example


Text Example

HTML Codes & Css Web 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>