#33445D

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

Shades of Gulf Blue #33445D

Tints of Gulf Blue #33445D

Color information

#33445D (or 0x33445D) is unknown color: approx Gulf Blue. HEX triplet: 33, 44 and 5D. RGB value is (51,68,93). Sum of RGB (Red+Green+Blue) = 51+68+93=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 93 - color contains mainly: blue. Hex color #33445D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33445D is #CCBBA2. Grayscale: #414141. Windows color (decimal): -13417379 or 6112307. OLE color: 6112307.

HSL color Cylindrical-coordinate representation of color #33445D: hue angle of 215.71º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #33445D is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB516893-
CMYK0.450.2700.64
HSL215.71º29.17%28.24%-
HSV(B)215.71º45.16%36.47%-
XYZ5.415.6311.16-
YUV65.77143.37117.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.06%
GREEN value IS 68 (26.95% from 255) = 32.08%
BLUE value IS 93 (36.72% from 255) = 43.87%
R=24.06%
G=32.08%
B=43.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5168930.450.2700.64215.7129.1728.24
Hex33445D2D1B040d81d1c
Octal63104135553301003303534
Binary110011100010010111011011011101101000000110110001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33445D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33445D; }

 p { color: rgb(51,68,93); }

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

<style>
 a { background-color: #33445D; }

 a { background-color: rgb(51,68,93); }

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

<style>
 span { border-color: #33445D; }

 span { border-color: rgb(51,68,93); }

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