#363074

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

Shades of Deep Koamaru #363074

Tints of Deep Koamaru #363074

Color information

#363074 (or 0x363074) is unknown color: approx Deep Koamaru. HEX triplet: 36, 30 and 74. RGB value is (54,48,116). Sum of RGB (Red+Green+Blue) = 54+48+116=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #363074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363074 is #C9CF8B. Grayscale: #393939. Windows color (decimal): -13225868 or 7614518. OLE color: 7614518.

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

Color convert

RGB5448116-
CMYK0.530.5900.55
HSL245.29º41.46%32.16%-
HSV(B)245.29º58.62%45.49%-
XYZ5.734.1617.02-
YUV57.55160.99125.47-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.77%
GREEN value IS 48 (19.14% from 255) = 22.02%
BLUE value IS 116 (45.70% from 255) = 53.21%
R=24.77%
G=22.02%
B=53.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54481160.530.5900.55245.2941.4632.16
Hex363074353B037f52920
Octal666016465730673655140
Binary1101101100001110100110101111011011011111110101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363074; }

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

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

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

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

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

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

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

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