#27296B

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

Shades of Deep Koamaru #27296B

Tints of Deep Koamaru #27296B

Color information

#27296B (or 0x27296B) is unknown color: approx Deep Koamaru. HEX triplet: 27, 29 and 6B. RGB value is (39,41,107). Sum of RGB (Red+Green+Blue) = 39+41+107=187 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.86% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 107 (42.19% from 255 or 57.22% from 187); Max value from RGB is 107 - color contains mainly: blue. Hex color #27296B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27296B is #D8D694. Grayscale: #2F2F2F. Windows color (decimal): -14210709 or 7022887. OLE color: 7022887.

HSL color Cylindrical-coordinate representation of color #27296B: hue angle of 238.24º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #27296B is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3941107-
CMYK0.640.6200.58
HSL238.24º46.58%28.63%-
HSV(B)238.24º63.55%41.96%-
XYZ4.283.0814.28-
YUV47.93161.34121.63-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.86%
GREEN value IS 41 (16.41% from 255) = 21.93%
BLUE value IS 107 (42.19% from 255) = 57.22%
R=20.86%
G=21.93%
B=57.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal39411070.640.6200.58238.2446.5828.63
Hex27296B403E03Aee2f1d
Octal4751153100760723565735
Binary1001111010011101011100000011111001110101110111010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27296B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27296B; }

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

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

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

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

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

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

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

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