#333B58

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

Shades of Gulf Blue #333B58

Tints of Gulf Blue #333B58

Color information

#333B58 (or 0x333B58) is unknown color: approx Gulf Blue. HEX triplet: 33, 3B and 58. RGB value is (51,59,88). Sum of RGB (Red+Green+Blue) = 51+59+88=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 59 (23.44% from 255 or 29.80% from 198); Blue value is 88 (34.77% from 255 or 44.44% from 198); Max value from RGB is 88 - color contains mainly: blue. Hex color #333B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333B58 is #CCC4A7. Grayscale: #3B3B3B. Windows color (decimal): -13419688 or 5782323. OLE color: 5782323.

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

Color convert

RGB515988-
CMYK0.420.3300.65
HSL227.03º26.62%27.25%-
HSV(B)227.03º42.05%34.51%-
XYZ4.694.549.86-
YUV59.91143.85121.64-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.76%
GREEN value IS 59 (23.44% from 255) = 29.80%
BLUE value IS 88 (34.77% from 255) = 44.44%
R=25.76%
G=29.80%
B=44.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5159880.420.3300.65227.0326.6227.25
Hex333B582A21041e31b1b
Octal6373130524101013433333
Binary110011111011101100010101010000101000001111000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,59,88); }

 H1.HeaderClassName
 {
   color: #333B58;
 }
 .AnyTagClassName
 {
   color: #333B58;
 }
</style>
background-color css

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

 a { background-color: rgb(51,59,88); }

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

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

 span { border-color: rgb(51,59,88); }

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