#36306D

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

Shades of Deep Koamaru #36306D

Tints of Deep Koamaru #36306D

Color information

#36306D (or 0x36306D) is unknown color: approx Deep Koamaru. HEX triplet: 36, 30 and 6D. RGB value is (54,48,109). Sum of RGB (Red+Green+Blue) = 54+48+109=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #36306D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36306D is #C9CF92. Grayscale: #383838. Windows color (decimal): -13225875 or 7155766. OLE color: 7155766.

HSL color Cylindrical-coordinate representation of color #36306D: hue angle of 245.9º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36306D is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5448109-
CMYK0.500.5600.57
HSL245.9º38.85%30.78%-
HSV(B)245.9º55.96%42.75%-
XYZ5.34414.96-
YUV56.75157.49126.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.59%
GREEN value IS 48 (19.14% from 255) = 22.75%
BLUE value IS 109 (42.97% from 255) = 51.66%
R=25.59%
G=22.75%
B=51.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54481090.500.5600.57245.938.8530.78
Hex36306D3238039f6271f
Octal666015562700713664737
Binary110110110000110110111001011100001110011111011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36306D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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