#333952

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

Shades of Gulf Blue #333952

Tints of Gulf Blue #333952

Color information

#333952 (or 0x333952) is unknown color: approx Gulf Blue. HEX triplet: 33, 39 and 52. RGB value is (51,57,82). Sum of RGB (Red+Green+Blue) = 51+57+82=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 82 - color contains mainly: blue. Hex color #333952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333952 is #CCC6AD. Grayscale: #393939. Windows color (decimal): -13420206 or 5388595. OLE color: 5388595.

HSL color Cylindrical-coordinate representation of color #333952: hue angle of 228.39º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #333952 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB515782-
CMYK0.380.3000.68
HSL228.39º23.31%26.08%-
HSV(B)228.39º37.8%32.16%-
XYZ4.354.248.57-
YUV58.06141.51122.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.84%
GREEN value IS 57 (22.66% from 255) = 30%
BLUE value IS 82 (32.42% from 255) = 43.16%
R=26.84%
G=30%
B=43.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5157820.380.3000.68228.3923.3126.08
Hex333952261E044e4171a
Octal6371122463601043442732
Binary11001111100110100101001101111001000100111001001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333952; }

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

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

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

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

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

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

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

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