Html Css Color HEX #333F59 Gulf Blue

📋 copy color: '#333F59'

red 51 ◦ green 63 ◦ blue 89

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

Shades of Gulf Blue #333F59

Tints of Gulf Blue #333F59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 43.84%

R = 25.12%
G = 31.03%
B = 43.84%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#333F59 (or 0x333F59) is known color: Gulf Blue. HEX triplet: 33, 3F and 59. RGB value is (51,63,89). Sum of RGB (Red+Green+Blue) = 51+63+89=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 89 - color contains mainly: blue. Hex color #333F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333F59 is #CCC0A6. Grayscale: #3E3E3E. Windows color (decimal): -13418663 or 5848883. OLE color: 5848883.

HSL color Cylindrical-coordinate representation of color #333F59: hue angle of 221.05º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #333F59 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 63 89 -
CMYK 0.43 0.29 0 0.65
HSL 221.05º 0.27% 0.27% -
HSV(B) 221.05º 0.43% 0.35% -
XYZ 4.95 4.98 10.15 -
YUV 62.38 143.02 119.89 -
System Red Green Blue C M Y K H S L
Decimal 51 63 89 0.43 0.29 0 0.65 221.05 0.27 0.27
Hex 33 3F 59 2B 1D 0 41 DD 1B 1B
Octal 63 77 131 53 35 0 101 335 33 33
Binary 110011 111111 1011001 101011 11101 0 1000001 11011101 11011 11011

Color Harmonies of #333F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333F59

Black with #333F59

Text Example


Text Example

White with #333F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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