#36356B

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

Shades of Deep Koamaru #36356B

Tints of Deep Koamaru #36356B

Color information

#36356B (or 0x36356B) is unknown color: approx Deep Koamaru. HEX triplet: 36, 35 and 6B. RGB value is (54,53,107). Sum of RGB (Red+Green+Blue) = 54+53+107=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 107 (42.19% from 255 or 50% from 214); Max value from RGB is 107 - color contains mainly: blue. Hex color #36356B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36356B is #C9CA94. Grayscale: #3B3B3B. Windows color (decimal): -13224597 or 7025974. OLE color: 7025974.

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

Color convert

RGB5453107-
CMYK0.500.5000.58
HSL241.11º33.75%31.37%-
HSV(B)241.11º50.47%41.96%-
XYZ5.454.3914.47-
YUV59.46154.83124.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.23%
GREEN value IS 53 (21.09% from 255) = 24.77%
BLUE value IS 107 (42.19% from 255) = 50%
R=25.23%
G=24.77%
B=50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54531070.500.5000.58241.1133.7531.37
Hex36356B323203Af1221f
Octal666515362620723614237
Binary110110110101110101111001011001001110101111000110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36356B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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