#272C70

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

Shades of Deep Koamaru #272C70

Tints of Deep Koamaru #272C70

Color information

#272C70 (or 0x272C70) is unknown color: approx Deep Koamaru. HEX triplet: 27, 2C and 70. RGB value is (39,44,112). Sum of RGB (Red+Green+Blue) = 39+44+112=195 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #272C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272C70 is #D8D38F. Grayscale: #313131. Windows color (decimal): -14209936 or 7351335. OLE color: 7351335.

HSL color Cylindrical-coordinate representation of color #272C70: hue angle of 235.89º 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 #272C70 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3944112-
CMYK0.650.6100.56
HSL235.89º48.34%29.61%-
HSV(B)235.89º65.18%43.92%-
XYZ4.663.415.74-
YUV50.26162.84119.97-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20%
GREEN value IS 44 (17.58% from 255) = 22.56%
BLUE value IS 112 (44.14% from 255) = 57.44%
R=20%
G=22.56%
B=57.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39441120.650.6100.56235.8948.3429.61
Hex272C70413D038ec301e
Octal4754160101750703546036
Binary1001111011001110000100000111110101110001110110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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