#36346E

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

Shades of Deep Koamaru #36346E

Tints of Deep Koamaru #36346E

Color information

#36346E (or 0x36346E) is unknown color: approx Deep Koamaru. HEX triplet: 36, 34 and 6E. RGB value is (54,52,110). Sum of RGB (Red+Green+Blue) = 54+52+110=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 110 (43.36% from 255 or 50.93% from 216); Max value from RGB is 110 - color contains mainly: blue. Hex color #36346E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36346E is #C9CB91. Grayscale: #3A3A3A. Windows color (decimal): -13224850 or 7222326. OLE color: 7222326.

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

Color convert

RGB5452110-
CMYK0.510.5300.57
HSL242.07º35.8%31.76%-
HSV(B)242.07º52.73%43.14%-
XYZ5.564.3715.3-
YUV59.21156.66124.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25%
GREEN value IS 52 (20.70% from 255) = 24.07%
BLUE value IS 110 (43.36% from 255) = 50.93%
R=25%
G=24.07%
B=50.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54521100.510.5300.57242.0735.831.76
Hex36346E3335039f22420
Octal666415663650713624440
Binary1101101101001101110110011110101011100111110010100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36346E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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