#272970

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

Shades of Deep Koamaru #272970

Tints of Deep Koamaru #272970

Color information

#272970 (or 0x272970) is unknown color: approx Deep Koamaru. HEX triplet: 27, 29 and 70. RGB value is (39,41,112). Sum of RGB (Red+Green+Blue) = 39+41+112=192 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.31% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 112 (44.14% from 255 or 58.33% from 192); Max value from RGB is 112 - color contains mainly: blue. Hex color #272970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272970 is #D8D68F. Grayscale: #303030. Windows color (decimal): -14210704 or 7350567. OLE color: 7350567.

HSL color Cylindrical-coordinate representation of color #272970: hue angle of 238.36º degrees, saturation: 0.48, 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 #272970 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3941112-
CMYK0.650.6300.56
HSL238.36º48.34%29.61%-
HSV(B)238.36º65.18%43.92%-
XYZ4.553.1915.7-
YUV48.5163.84121.23-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.31%
GREEN value IS 41 (16.41% from 255) = 21.35%
BLUE value IS 112 (44.14% from 255) = 58.33%
R=20.31%
G=21.35%
B=58.33%

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
Decimal39411120.650.6300.56238.3648.3429.61
Hex272970413F038ee301e
Octal4751160101770703566036
Binary1001111010011110000100000111111101110001110111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272970; }

 p { color: rgb(39,41,112); }

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

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

 a { background-color: rgb(39,41,112); }

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

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

 span { border-color: rgb(39,41,112); }

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