#333955

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

Shades of Gulf Blue #333955

Tints of Gulf Blue #333955

Color information

#333955 (or 0x333955) is unknown color: approx Gulf Blue. HEX triplet: 33, 39 and 55. RGB value is (51,57,85). Sum of RGB (Red+Green+Blue) = 51+57+85=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 85 - color contains mainly: blue. Hex color #333955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333955 is #CCC6AA. Grayscale: #3A3A3A. Windows color (decimal): -13420203 or 5585203. OLE color: 5585203.

HSL color Cylindrical-coordinate representation of color #333955: hue angle of 229.41º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #333955 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB515785-
CMYK0.400.3300.67
HSL229.41º25%26.67%-
HSV(B)229.41º40%33.33%-
XYZ4.474.299.19-
YUV58.4143.01122.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.42%
GREEN value IS 57 (22.66% from 255) = 29.53%
BLUE value IS 85 (33.59% from 255) = 44.04%
R=26.42%
G=29.53%
B=44.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5157850.400.3300.67229.412526.67
Hex3339552821043e5191b
Octal6371125504101033453133
Binary110011111001101010110100010000101000011111001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333955; }

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

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

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

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

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

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

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

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