#363270

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

Shades of Deep Koamaru #363270

Tints of Deep Koamaru #363270

Color information

#363270 (or 0x363270) is unknown color: approx Deep Koamaru. HEX triplet: 36, 32 and 70. RGB value is (54,50,112). Sum of RGB (Red+Green+Blue) = 54+50+112=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #363270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363270 is #C9CD8F. Grayscale: #3A3A3A. Windows color (decimal): -13225360 or 7352886. OLE color: 7352886.

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

Color convert

RGB5450112-
CMYK0.520.5500.56
HSL243.87º38.27%31.76%-
HSV(B)243.87º55.36%43.92%-
XYZ5.594.2415.85-
YUV58.26158.33124.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25%
GREEN value IS 50 (19.92% from 255) = 23.15%
BLUE value IS 112 (44.14% from 255) = 51.85%
R=25%
G=23.15%
B=51.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54501120.520.5500.56243.8738.2731.76
Hex3632703437038f42620
Octal666216064670703644640
Binary1101101100101110000110100110111011100011110100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363270; }

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

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

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

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

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

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

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

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