#363170

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

Shades of Deep Koamaru #363170

Tints of Deep Koamaru #363170

Color information

#363170 (or 0x363170) is unknown color: approx Deep Koamaru. HEX triplet: 36, 31 and 70. RGB value is (54,49,112). Sum of RGB (Red+Green+Blue) = 54+49+112=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #363170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363170 is #C9CE8F. Grayscale: #393939. Windows color (decimal): -13225616 or 7352630. OLE color: 7352630.

HSL color Cylindrical-coordinate representation of color #363170: hue angle of 244.76º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #363170 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5449112-
CMYK0.520.5600.56
HSL244.76º39.13%31.57%-
HSV(B)244.76º56.25%43.92%-
XYZ5.544.1515.84-
YUV57.68158.66125.38-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.12%
GREEN value IS 49 (19.53% from 255) = 22.79%
BLUE value IS 112 (44.14% from 255) = 52.09%
R=25.12%
G=22.79%
B=52.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54491120.520.5600.56244.7639.1331.57
Hex3631703438038f52720
Octal666116064700703654740
Binary1101101100011110000110100111000011100011110101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363170; }

 p { color: rgb(54,49,112); }

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

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

 a { background-color: rgb(54,49,112); }

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

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

 span { border-color: rgb(54,49,112); }

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