#27296D

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

Shades of Deep Koamaru #27296D

Tints of Deep Koamaru #27296D

Color information

#27296D (or 0x27296D) is unknown color: approx Deep Koamaru. HEX triplet: 27, 29 and 6D. RGB value is (39,41,109). Sum of RGB (Red+Green+Blue) = 39+41+109=189 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.63% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 109 (42.97% from 255 or 57.67% from 189); Max value from RGB is 109 - color contains mainly: blue. Hex color #27296D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27296D is #D8D692. Grayscale: #2F2F2F. Windows color (decimal): -14210707 or 7153959. OLE color: 7153959.

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

Color convert

RGB3941109-
CMYK0.640.6200.57
HSL238.29º47.3%29.02%-
HSV(B)238.29º64.22%42.75%-
XYZ4.393.1214.84-
YUV48.15162.34121.47-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.63%
GREEN value IS 41 (16.41% from 255) = 21.69%
BLUE value IS 109 (42.97% from 255) = 57.67%
R=20.63%
G=21.69%
B=57.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal39411090.640.6200.57238.2947.329.02
Hex27296D403E039ee2f1d
Octal4751155100760713565735
Binary1001111010011101101100000011111001110011110111010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27296D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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