#36346C

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

Shades of Deep Koamaru #36346C

Tints of Deep Koamaru #36346C

Color information

#36346C (or 0x36346C) is unknown color: approx Deep Koamaru. HEX triplet: 36, 34 and 6C. RGB value is (54,52,108). Sum of RGB (Red+Green+Blue) = 54+52+108=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #36346C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36346C is #C9CB93. Grayscale: #3A3A3A. Windows color (decimal): -13224852 or 7091254. OLE color: 7091254.

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

Color convert

RGB5452108-
CMYK0.500.5200.58
HSL242.14º35%31.37%-
HSV(B)242.14º51.85%42.35%-
XYZ5.464.3214.73-
YUV58.98155.66124.45-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.23%
GREEN value IS 52 (20.70% from 255) = 24.30%
BLUE value IS 108 (42.58% from 255) = 50.47%
R=25.23%
G=24.30%
B=50.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54521080.500.5200.58242.143531.37
Hex36346C323403Af2231f
Octal666415462640723624337
Binary110110110100110110011001011010001110101111001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36346C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36346C; }

 p { color: rgb(54,52,108); }

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

<style>
 a { background-color: #36346C; }

 a { background-color: rgb(54,52,108); }

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

<style>
 span { border-color: #36346C; }

 span { border-color: rgb(54,52,108); }

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