#36346D

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

Shades of Deep Koamaru #36346D

Tints of Deep Koamaru #36346D

Color information

#36346D (or 0x36346D) is unknown color: approx Deep Koamaru. HEX triplet: 36, 34 and 6D. RGB value is (54,52,109). Sum of RGB (Red+Green+Blue) = 54+52+109=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #36346D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36346D is #C9CB92. Grayscale: #3A3A3A. Windows color (decimal): -13224851 or 7156790. OLE color: 7156790.

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

Color convert

RGB5452109-
CMYK0.500.5200.57
HSL242.11º35.4%31.57%-
HSV(B)242.11º52.29%42.75%-
XYZ5.514.3415.02-
YUV59.1156.16124.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.12%
GREEN value IS 52 (20.70% from 255) = 24.19%
BLUE value IS 109 (42.97% from 255) = 50.70%
R=25.12%
G=24.19%
B=50.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54521090.500.5200.57242.1135.431.57
Hex36346D3234039f22320
Octal666415562640713624340
Binary1101101101001101101110010110100011100111110010100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36346D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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