#27335E

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

Shades of Gulf Blue #27335E

Tints of Gulf Blue #27335E

Color information

#27335E (or 0x27335E) is unknown color: approx Gulf Blue. HEX triplet: 27, 33 and 5E. RGB value is (39,51,94). Sum of RGB (Red+Green+Blue) = 39+51+94=184 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.20% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 94 (37.11% from 255 or 51.09% from 184); Max value from RGB is 94 - color contains mainly: blue. Hex color #27335E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27335E is #D8CCA1. Grayscale: #343434. Windows color (decimal): -14208162 or 6173479. OLE color: 6173479.

HSL color Cylindrical-coordinate representation of color #27335E: hue angle of 226.91º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #27335E is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB395194-
CMYK0.590.4600.63
HSL226.91º41.35%26.08%-
HSV(B)226.91º58.51%36.86%-
XYZ4.043.6111.07-
YUV52.31151.52118.5-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.20%
GREEN value IS 51 (20.31% from 255) = 27.72%
BLUE value IS 94 (37.11% from 255) = 51.09%
R=21.20%
G=27.72%
B=51.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3951940.590.4600.63226.9141.3526.08
Hex27335E3B2E03Fe3291a
Octal476313673560773435132
Binary100111110011101111011101110111001111111110001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27335E; }

 p { color: rgb(39,51,94); }

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

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

 a { background-color: rgb(39,51,94); }

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

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

 span { border-color: rgb(39,51,94); }

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