#333D5D

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

Shades of Gulf Blue #333D5D

Tints of Gulf Blue #333D5D

Color information

#333D5D (or 0x333D5D) is unknown color: approx Gulf Blue. HEX triplet: 33, 3D and 5D. RGB value is (51,61,93). Sum of RGB (Red+Green+Blue) = 51+61+93=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #333D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333D5D is #CCC2A2. Grayscale: #3D3D3D. Windows color (decimal): -13419171 or 6110515. OLE color: 6110515.

HSL color Cylindrical-coordinate representation of color #333D5D: hue angle of 225.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 #333D5D is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB516193-
CMYK0.450.3400.64
HSL225.71º29.17%28.24%-
HSV(B)225.71º45.16%36.47%-
XYZ5.014.8311.02-
YUV61.66145.69120.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.88%
GREEN value IS 61 (24.22% from 255) = 29.76%
BLUE value IS 93 (36.72% from 255) = 45.37%
R=24.88%
G=29.76%
B=45.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5161930.450.3400.64225.7129.1728.24
Hex333D5D2D22040e21d1c
Octal6375135554201003423534
Binary110011111101101110110110110001001000000111000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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