#362F78

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

Shades of Deep Koamaru #362F78

Tints of Deep Koamaru #362F78

Color information

#362F78 (or 0x362F78) is unknown color: approx Deep Koamaru. HEX triplet: 36, 2F and 78. RGB value is (54,47,120). Sum of RGB (Red+Green+Blue) = 54+47+120=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 47 (18.75% from 255 or 21.27% from 221); Blue value is 120 (47.27% from 255 or 54.30% from 221); Max value from RGB is 120 - color contains mainly: blue. Hex color #362F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362F78 is #C9D087. Grayscale: #393939. Windows color (decimal): -13226120 or 7876406. OLE color: 7876406.

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

Color convert

RGB5447120-
CMYK0.550.6100.53
HSL245.75º43.71%32.75%-
HSV(B)245.75º60.83%47.06%-
XYZ5.934.1718.26-
YUV57.42163.32125.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.43%
GREEN value IS 47 (18.75% from 255) = 21.27%
BLUE value IS 120 (47.27% from 255) = 54.30%
R=24.43%
G=21.27%
B=54.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54471200.550.6100.53245.7543.7132.75
Hex362F78373D035f62c21
Octal665717067750653665441
Binary1101101011111111000110111111101011010111110110101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362F78; }

 p { color: rgb(54,47,120); }

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

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

 a { background-color: rgb(54,47,120); }

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

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

 span { border-color: rgb(54,47,120); }

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