#36306B

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

Shades of Deep Koamaru #36306B

Tints of Deep Koamaru #36306B

Color information

#36306B (or 0x36306B) is unknown color: approx Deep Koamaru. HEX triplet: 36, 30 and 6B. RGB value is (54,48,107). Sum of RGB (Red+Green+Blue) = 54+48+107=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #36306B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36306B is #C9CF94. Grayscale: #383838. Windows color (decimal): -13225877 or 7024694. OLE color: 7024694.

HSL color Cylindrical-coordinate representation of color #36306B: hue angle of 246.1º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #36306B is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5448107-
CMYK0.500.5500.58
HSL246.1º38.06%30.39%-
HSV(B)246.1º55.14%41.96%-
XYZ5.233.9614.4-
YUV56.52156.49126.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.84%
GREEN value IS 48 (19.14% from 255) = 22.97%
BLUE value IS 107 (42.19% from 255) = 51.20%
R=25.84%
G=22.97%
B=51.20%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54481070.500.5500.58246.138.0630.39
Hex36306B323703Af6261e
Octal666015362670723664636
Binary110110110000110101111001011011101110101111011010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36306B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,48,107); }

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

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

 a { background-color: rgb(54,48,107); }

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

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

 span { border-color: rgb(54,48,107); }

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