#272A76

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

Shades of Deep Koamaru #272A76

Tints of Deep Koamaru #272A76

Color information

#272A76 (or 0x272A76) is unknown color: approx Deep Koamaru. HEX triplet: 27, 2A and 76. RGB value is (39,42,118). Sum of RGB (Red+Green+Blue) = 39+42+118=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 42 (16.80% from 255 or 21.11% from 199); Blue value is 118 (46.48% from 255 or 59.30% from 199); Max value from RGB is 118 - color contains mainly: blue. Hex color #272A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272A76 is #D8D589. Grayscale: #313131. Windows color (decimal): -14210442 or 7744039. OLE color: 7744039.

HSL color Cylindrical-coordinate representation of color #272A76: hue angle of 237.72º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #272A76 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3942118-
CMYK0.670.6400.54
HSL237.72º50.32%30.78%-
HSV(B)237.72º66.95%46.27%-
XYZ4.933.417.53-
YUV49.77166.51120.32-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.60%
GREEN value IS 42 (16.80% from 255) = 21.11%
BLUE value IS 118 (46.48% from 255) = 59.30%
R=19.60%
G=21.11%
B=59.30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39421180.670.6400.54237.7250.3230.78
Hex272A764340036ee321f
Octal47521661031000663566237
Binary10011110101011101101000011100000001101101110111011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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