#333F59

Color #333F59 Gulf Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Blue #333F59

Tints of Gulf Blue #333F59

Color information

#333F59 (or 0x333F59) is unknown color: approx 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

RGB516389-
CMYK0.430.2900.65
HSL221.05º27.14%27.45%-
HSV(B)221.05º42.7%34.9%-
XYZ4.954.9810.15-
YUV62.38143.02119.89-

RGB Variations

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

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 (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5163890.430.2900.65221.0527.1427.45
Hex333F592B1D041dd1b1b
Octal6377131533501013353333
Binary11001111111110110011010111110101000001110111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>