#363072

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

Shades of Deep Koamaru #363072

Tints of Deep Koamaru #363072

Color information

#363072 (or 0x363072) is unknown color: approx Deep Koamaru. HEX triplet: 36, 30 and 72. RGB value is (54,48,114). Sum of RGB (Red+Green+Blue) = 54+48+114=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #363072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363072 is #C9CF8D. Grayscale: #393939. Windows color (decimal): -13225870 or 7483446. OLE color: 7483446.

HSL color Cylindrical-coordinate representation of color #363072: hue angle of 245.45º 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 #363072 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5448114-
CMYK0.530.5800.55
HSL245.45º40.74%31.76%-
HSV(B)245.45º57.89%44.71%-
XYZ5.624.1116.42-
YUV57.32159.99125.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25%
GREEN value IS 48 (19.14% from 255) = 22.22%
BLUE value IS 114 (44.92% from 255) = 52.78%
R=25%
G=22.22%
B=52.78%

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
Decimal54481140.530.5800.55245.4540.7431.76
Hex363072353A037f52920
Octal666016265720673655140
Binary1101101100001110010110101111010011011111110101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363072; }

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

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

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

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

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

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

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

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