#333953

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

Shades of Gulf Blue #333953

Tints of Gulf Blue #333953

Color information

#333953 (or 0x333953) is unknown color: approx Gulf Blue. HEX triplet: 33, 39 and 53. RGB value is (51,57,83). Sum of RGB (Red+Green+Blue) = 51+57+83=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 57 (22.66% from 255 or 29.84% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 83 - color contains mainly: blue. Hex color #333953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333953 is #CCC6AC. Grayscale: #3A3A3A. Windows color (decimal): -13420205 or 5454131. OLE color: 5454131.

HSL color Cylindrical-coordinate representation of color #333953: hue angle of 228.75º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #333953 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB515783-
CMYK0.390.3100.67
HSL228.75º23.88%26.27%-
HSV(B)228.75º38.55%32.55%-
XYZ4.394.258.77-
YUV58.17142.01122.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.70%
GREEN value IS 57 (22.66% from 255) = 29.84%
BLUE value IS 83 (32.81% from 255) = 43.46%
R=26.70%
G=29.84%
B=43.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5157830.390.3100.67228.7523.8826.27
Hex333953271F043e5181a
Octal6371123473701033453032
Binary11001111100110100111001111111101000011111001011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333953; }

 p { color: rgb(51,57,83); }

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

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

 a { background-color: rgb(51,57,83); }

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

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

 span { border-color: rgb(51,57,83); }

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