#273888

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

Shades of Resolution Blue #273888

Tints of Resolution Blue #273888

Color information

#273888 (or 0x273888) is unknown color: approx Resolution Blue. HEX triplet: 27, 38 and 88. RGB value is (39,56,136). Sum of RGB (Red+Green+Blue) = 39+56+136=231 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.88% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 136 (53.52% from 255 or 58.87% from 231); Max value from RGB is 136 - color contains mainly: blue. Hex color #273888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273888 is #D8C777. Grayscale: #3B3B3B. Windows color (decimal): -14206840 or 8927271. OLE color: 8927271.

HSL color Cylindrical-coordinate representation of color #273888: hue angle of 229.48º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #273888 is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3956136-
CMYK0.710.5900.47
HSL229.48º55.43%34.31%-
HSV(B)229.48º71.32%53.33%-
XYZ6.695.0423.91-
YUV60.04170.87113-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.88%
GREEN value IS 56 (22.27% from 255) = 24.24%
BLUE value IS 136 (53.52% from 255) = 58.87%
R=16.88%
G=24.24%
B=58.87%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal39561360.710.5900.47229.4855.4334.31
Hex273888473B02Fe53722
Octal4770210107730573456742
Binary100111111000100010001000111111011010111111100101110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273888; }

 p { color: rgb(39,56,136); }

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

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

 a { background-color: rgb(39,56,136); }

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

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

 span { border-color: rgb(39,56,136); }

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