#363077

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

Shades of Deep Koamaru #363077

Tints of Deep Koamaru #363077

Color information

#363077 (or 0x363077) is unknown color: approx Deep Koamaru. HEX triplet: 36, 30 and 77. RGB value is (54,48,119). Sum of RGB (Red+Green+Blue) = 54+48+119=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #363077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363077 is #C9CF88. Grayscale: #393939. Windows color (decimal): -13225865 or 7811126. OLE color: 7811126.

HSL color Cylindrical-coordinate representation of color #363077: hue angle of 245.07º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #363077 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5448119-
CMYK0.550.6000.53
HSL245.07º42.51%32.75%-
HSV(B)245.07º59.66%46.67%-
XYZ5.914.2317.96-
YUV57.89162.49125.23-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.43%
GREEN value IS 48 (19.14% from 255) = 21.72%
BLUE value IS 119 (46.88% from 255) = 53.85%
R=24.43%
G=21.72%
B=53.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54481190.550.6000.53245.0742.5132.75
Hex363077373C035f52b21
Octal666016767740653655341
Binary1101101100001110111110111111100011010111110101101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363077; }

 p { color: rgb(54,48,119); }

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

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

 a { background-color: rgb(54,48,119); }

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

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

 span { border-color: rgb(54,48,119); }

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