#272A71

Color #272A71 Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #272A71

Tints of Deep Koamaru #272A71

Color information

#272A71 (or 0x272A71) is unknown color: approx Deep Koamaru. HEX triplet: 27, 2A and 71. RGB value is (39,42,113). Sum of RGB (Red+Green+Blue) = 39+42+113=194 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.10% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 113 (44.53% from 255 or 58.25% from 194); Max value from RGB is 113 - color contains mainly: blue. Hex color #272A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272A71 is #D8D58E. Grayscale: #303030. Windows color (decimal): -14210447 or 7416359. OLE color: 7416359.

HSL color Cylindrical-coordinate representation of color #272A71: hue angle of 237.57º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #272A71 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3942113-
CMYK0.650.6300.56
HSL237.57º48.68%29.8%-
HSV(B)237.57º65.49%44.31%-
XYZ4.653.2816.01-
YUV49.2164.01120.73-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.10%
GREEN value IS 42 (16.80% from 255) = 21.65%
BLUE value IS 113 (44.53% from 255) = 58.25%
R=20.10%
G=21.65%
B=58.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39421130.650.6300.56237.5748.6829.8
Hex272A71413F038ee311e
Octal4752161101770703566136
Binary1001111010101110001100000111111101110001110111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272A71; }

 p { color: rgb(39,42,113); }

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

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

 a { background-color: rgb(39,42,113); }

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

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

 span { border-color: rgb(39,42,113); }

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