Html Css Color HEX #333F60 Gulf Blue

📋 copy color: '#333F60'

red 51 ◦ green 63 ◦ blue 96

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

Shades of Gulf Blue #333F60

Tints of Gulf Blue #333F60

RGB

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

 GREEN value IS 63 (25% from 255) = 30%

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

R = 24.29%
G = 30%
B = 45.71%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#333F60 (or 0x333F60) is known color: Gulf Blue. HEX triplet: 33, 3F and 60. RGB value is (51,63,96). Sum of RGB (Red+Green+Blue) = 51+63+96=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #333F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333F60 is #CCC09F. Grayscale: #3F3F3F. Windows color (decimal): -13418656 or 6307635. OLE color: 6307635.

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

Color convert

RGB 51 63 96 -
CMYK 0.47 0.34 0 0.62
HSL 224º 0.31% 0.29% -
HSV(B) 224º 0.47% 0.38% -
XYZ 5.25 5.1 11.77 -
YUV 63.17 146.52 119.32 -
System Red Green Blue C M Y K H S L
Decimal 51 63 96 0.47 0.34 0 0.62 224 0.31 0.29
Hex 33 3F 60 2F 22 0 3E E0 1F 1D
Octal 63 77 140 57 42 0 76 340 37 35
Binary 110011 111111 1100000 101111 100010 0 111110 11100000 11111 11101

Color Harmonies of #333F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333F60

Black with #333F60

Text Example


Text Example

White with #333F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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