#33455F

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

Shades of Gulf Blue #33455F

Tints of Gulf Blue #33455F

Color information

#33455F (or 0x33455F) is unknown color: approx Gulf Blue. HEX triplet: 33, 45 and 5F. RGB value is (51,69,95). Sum of RGB (Red+Green+Blue) = 51+69+95=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 95 (37.5% from 255 or 44.19% from 215); Max value from RGB is 95 - color contains mainly: blue. Hex color #33455F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33455F is #CCBAA0. Grayscale: #424242. Windows color (decimal): -13417121 or 6243635. OLE color: 6243635.

HSL color Cylindrical-coordinate representation of color #33455F: hue angle of 215.45º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #33455F is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB516995-
CMYK0.460.2700.63
HSL215.45º30.14%28.63%-
HSV(B)215.45º46.32%37.25%-
XYZ5.565.7911.65-
YUV66.58144.04116.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.72%
GREEN value IS 69 (27.34% from 255) = 32.09%
BLUE value IS 95 (37.5% from 255) = 44.19%
R=23.72%
G=32.09%
B=44.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5169950.460.2700.63215.4530.1428.63
Hex33455F2E1B03Fd71e1d
Octal6310513756330773273635
Binary11001110001011011111101110110110111111110101111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33455F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33455F; }

 p { color: rgb(51,69,95); }

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

<style>
 a { background-color: #33455F; }

 a { background-color: rgb(51,69,95); }

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

<style>
 span { border-color: #33455F; }

 span { border-color: rgb(51,69,95); }

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