#363073

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

Shades of Deep Koamaru #363073

Tints of Deep Koamaru #363073

Color information

#363073 (or 0x363073) is unknown color: approx Deep Koamaru. HEX triplet: 36, 30 and 73. RGB value is (54,48,115). Sum of RGB (Red+Green+Blue) = 54+48+115=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #363073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363073 is #C9CF8C. Grayscale: #393939. Windows color (decimal): -13225869 or 7548982. OLE color: 7548982.

HSL color Cylindrical-coordinate representation of color #363073: hue angle of 245.37º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #363073 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5448115-
CMYK0.530.5800.55
HSL245.37º41.1%31.96%-
HSV(B)245.37º58.26%45.1%-
XYZ5.674.1416.72-
YUV57.43160.49125.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.88%
GREEN value IS 48 (19.14% from 255) = 22.12%
BLUE value IS 115 (45.31% from 255) = 53.00%
R=24.88%
G=22.12%
B=53.00%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54481150.530.5800.55245.3741.131.96
Hex363073353A037f52920
Octal666016365720673655140
Binary1101101100001110011110101111010011011111110101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363073; }

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

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

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

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

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

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

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

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