#333A55

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

Shades of Gulf Blue #333A55

Tints of Gulf Blue #333A55

Color information

#333A55 (or 0x333A55) is unknown color: approx Gulf Blue. HEX triplet: 33, 3A and 55. RGB value is (51,58,85). Sum of RGB (Red+Green+Blue) = 51+58+85=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 85 - color contains mainly: blue. Hex color #333A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333A55 is #CCC5AA. Grayscale: #3A3A3A. Windows color (decimal): -13419947 or 5585459. OLE color: 5585459.

HSL color Cylindrical-coordinate representation of color #333A55: hue angle of 227.65º 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 #333A55 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB515885-
CMYK0.400.3200.67
HSL227.65º25%26.67%-
HSV(B)227.65º40%33.33%-
XYZ4.524.399.2-
YUV58.98142.68122.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.29%
GREEN value IS 58 (23.05% from 255) = 29.90%
BLUE value IS 85 (33.59% from 255) = 43.81%
R=26.29%
G=29.90%
B=43.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5158850.400.3200.67227.652526.67
Hex333A552820043e4191b
Octal6372125504001033443133
Binary110011111010101010110100010000001000011111001001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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