#27306E

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

Shades of Deep Koamaru #27306E

Tints of Deep Koamaru #27306E

Color information

#27306E (or 0x27306E) is unknown color: approx Deep Koamaru. HEX triplet: 27, 30 and 6E. RGB value is (39,48,110). Sum of RGB (Red+Green+Blue) = 39+48+110=197 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.80% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 110 (43.36% from 255 or 55.84% from 197); Max value from RGB is 110 - color contains mainly: blue. Hex color #27306E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27306E is #D8CF91. Grayscale: #343434. Windows color (decimal): -14208914 or 7221287. OLE color: 7221287.

HSL color Cylindrical-coordinate representation of color #27306E: hue angle of 232.39º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #27306E is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3948110-
CMYK0.650.5600.57
HSL232.39º47.65%29.22%-
HSV(B)232.39º64.55%43.14%-
XYZ4.713.6715.21-
YUV52.38160.52118.46-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.80%
GREEN value IS 48 (19.14% from 255) = 24.37%
BLUE value IS 110 (43.36% from 255) = 55.84%
R=19.80%
G=24.37%
B=55.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal39481100.650.5600.57232.3947.6529.22
Hex27306E4138039e8301d
Octal4760156101700713506035
Binary1001111100001101110100000111100001110011110100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27306E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27306E; }

 p { color: rgb(39,48,110); }

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

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

 a { background-color: rgb(39,48,110); }

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

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

 span { border-color: rgb(39,48,110); }

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