#272860

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

Shades of Deep Koamaru #272860

Tints of Deep Koamaru #272860

Color information

#272860 (or 0x272860) is unknown color: approx Deep Koamaru. HEX triplet: 27, 28 and 60. RGB value is (39,40,96). Sum of RGB (Red+Green+Blue) = 39+40+96=175 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.29% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 96 (37.89% from 255 or 54.86% from 175); Max value from RGB is 96 - color contains mainly: blue. Hex color #272860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272860 is #D8D79F. Grayscale: #2D2D2D. Windows color (decimal): -14210976 or 6301735. OLE color: 6301735.

HSL color Cylindrical-coordinate representation of color #272860: hue angle of 238.95º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #272860 is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB394096-
CMYK0.590.5800.62
HSL238.95º42.22%26.47%-
HSV(B)238.95º59.38%37.65%-
XYZ3.712.7911.41-
YUV46.08156.17122.95-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.29%
GREEN value IS 40 (16.02% from 255) = 22.86%
BLUE value IS 96 (37.89% from 255) = 54.86%
R=22.29%
G=22.86%
B=54.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3940960.590.5800.62238.9542.2226.47
Hex2728603B3A03Eef2a1a
Octal475014073720763575232
Binary100111101000110000011101111101001111101110111110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272860; }

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

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

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

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

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

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

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

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