#272E70

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

Shades of Deep Koamaru #272E70

Tints of Deep Koamaru #272E70

Color information

#272E70 (or 0x272E70) is unknown color: approx Deep Koamaru. HEX triplet: 27, 2E and 70. RGB value is (39,46,112). Sum of RGB (Red+Green+Blue) = 39+46+112=197 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.80% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 112 (44.14% from 255 or 56.85% from 197); Max value from RGB is 112 - color contains mainly: blue. Hex color #272E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272E70 is #D8D18F. Grayscale: #333333. Windows color (decimal): -14209424 or 7351847. OLE color: 7351847.

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

Color convert

RGB3946112-
CMYK0.650.5900.56
HSL234.25º48.34%29.61%-
HSV(B)234.25º65.18%43.92%-
XYZ4.743.5615.77-
YUV51.43162.18119.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.80%
GREEN value IS 46 (18.36% from 255) = 23.35%
BLUE value IS 112 (44.14% from 255) = 56.85%
R=19.80%
G=23.35%
B=56.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39461120.650.5900.56234.2548.3429.61
Hex272E70413B038ea301e
Octal4756160101730703526036
Binary1001111011101110000100000111101101110001110101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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