#273561

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

Shades of Gulf Blue #273561

Tints of Gulf Blue #273561

Color information

#273561 (or 0x273561) is unknown color: approx Gulf Blue. HEX triplet: 27, 35 and 61. RGB value is (39,53,97). Sum of RGB (Red+Green+Blue) = 39+53+97=189 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.63% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 97 (38.28% from 255 or 51.32% from 189); Max value from RGB is 97 - color contains mainly: blue. Hex color #273561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273561 is #D8CA9E. Grayscale: #353535. Windows color (decimal): -14207647 or 6370599. OLE color: 6370599.

HSL color Cylindrical-coordinate representation of color #273561: hue angle of 225.52º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #273561 is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB395397-
CMYK0.600.4500.62
HSL225.52º42.65%26.67%-
HSV(B)225.52º59.79%38.04%-
XYZ4.273.8411.83-
YUV53.83152.36117.42-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.63%
GREEN value IS 53 (21.09% from 255) = 28.04%
BLUE value IS 97 (38.28% from 255) = 51.32%
R=20.63%
G=28.04%
B=51.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3953970.600.4500.62225.5242.6526.67
Hex2735613C2D03Ee22b1b
Octal476514174550763425333
Binary100111110101110000111110010110101111101110001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273561; }

 p { color: rgb(39,53,97); }

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

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

 a { background-color: rgb(39,53,97); }

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

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

 span { border-color: rgb(39,53,97); }

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