#27306F

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

Shades of Deep Koamaru #27306F

Tints of Deep Koamaru #27306F

Color information

#27306F (or 0x27306F) is unknown color: approx Deep Koamaru. HEX triplet: 27, 30 and 6F. RGB value is (39,48,111). Sum of RGB (Red+Green+Blue) = 39+48+111=198 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.70% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 111 (43.75% from 255 or 56.06% from 198); Max value from RGB is 111 - color contains mainly: blue. Hex color #27306F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27306F is #D8CF90. Grayscale: #343434. Windows color (decimal): -14208913 or 7286823. OLE color: 7286823.

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

Color convert

RGB3948111-
CMYK0.650.5700.56
HSL232.5º48%29.41%-
HSV(B)232.5º64.86%43.53%-
XYZ4.763.6915.5-
YUV52.49161.02118.38-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.70%
GREEN value IS 48 (19.14% from 255) = 24.24%
BLUE value IS 111 (43.75% from 255) = 56.06%
R=19.70%
G=24.24%
B=56.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39481110.650.5700.56232.54829.41
Hex27306F4139038e8301d
Octal4760157101710703506035
Binary1001111100001101111100000111100101110001110100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27306F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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