#363075

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

Shades of Deep Koamaru #363075

Tints of Deep Koamaru #363075

Color information

#363075 (or 0x363075) is unknown color: approx Deep Koamaru. HEX triplet: 36, 30 and 75. RGB value is (54,48,117). Sum of RGB (Red+Green+Blue) = 54+48+117=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 117 (46.09% from 255 or 53.42% from 219); Max value from RGB is 117 - color contains mainly: blue. Hex color #363075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363075 is #C9CF8A. Grayscale: #393939. Windows color (decimal): -13225867 or 7680054. OLE color: 7680054.

HSL color Cylindrical-coordinate representation of color #363075: hue angle of 245.22º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #363075 is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5448117-
CMYK0.540.5900.54
HSL245.22º41.82%32.35%-
HSV(B)245.22º58.97%45.88%-
XYZ5.794.1817.33-
YUV57.66161.49125.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.66%
GREEN value IS 48 (19.14% from 255) = 21.92%
BLUE value IS 117 (46.09% from 255) = 53.42%
R=24.66%
G=21.92%
B=53.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54481170.540.5900.54245.2241.8232.35
Hex363075363B036f52a20
Octal666016566730663655240
Binary1101101100001110101110110111011011011011110101101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363075; }

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

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

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

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

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

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

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

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