#363475

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

Shades of Deep Koamaru #363475

Tints of Deep Koamaru #363475

Color information

#363475 (or 0x363475) is unknown color: approx Deep Koamaru. HEX triplet: 36, 34 and 75. RGB value is (54,52,117). Sum of RGB (Red+Green+Blue) = 54+52+117=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #363475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363475 is #C9CB8A. Grayscale: #3B3B3B. Windows color (decimal): -13224843 or 7681078. OLE color: 7681078.

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

Color convert

RGB5452117-
CMYK0.540.5600.54
HSL241.85º38.46%33.14%-
HSV(B)241.85º55.56%45.88%-
XYZ5.964.5217.39-
YUV60.01160.16123.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.22%
GREEN value IS 52 (20.70% from 255) = 23.32%
BLUE value IS 117 (46.09% from 255) = 52.47%
R=24.22%
G=23.32%
B=52.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54521170.540.5600.54241.8538.4633.14
Hex3634753638036f22621
Octal666416566700663624641
Binary1101101101001110101110110111000011011011110010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363475; }

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

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

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

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

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

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

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

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