#272864

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

Shades of Deep Koamaru #272864

Tints of Deep Koamaru #272864

Color information

#272864 (or 0x272864) is unknown color: approx Deep Koamaru. HEX triplet: 27, 28 and 64. RGB value is (39,40,100). Sum of RGB (Red+Green+Blue) = 39+40+100=179 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.79% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 100 (39.45% from 255 or 55.87% from 179); Max value from RGB is 100 - color contains mainly: blue. Hex color #272864 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272864 is #D8D79B. Grayscale: #2E2E2E. Windows color (decimal): -14210972 or 6563879. OLE color: 6563879.

HSL color Cylindrical-coordinate representation of color #272864: hue angle of 239.02º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #272864 is Cyan = 0.61, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB3940100-
CMYK0.610.600.61
HSL239.02º43.88%27.25%-
HSV(B)239.02º61%39.22%-
XYZ3.92.8712.41-
YUV46.54158.17122.62-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.79%
GREEN value IS 40 (16.02% from 255) = 22.35%
BLUE value IS 100 (39.45% from 255) = 55.87%
R=21.79%
G=22.35%
B=55.87%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal39401000.610.600.61239.0243.8827.25
Hex2728643D3C03Def2c1b
Octal475014475740753575433
Binary100111101000110010011110111110001111011110111110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272864; }

 p { color: rgb(39,40,100); }

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

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

 a { background-color: rgb(39,40,100); }

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

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

 span { border-color: rgb(39,40,100); }

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