#363559

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

Shades of Deep Koamaru #363559

Tints of Deep Koamaru #363559

Color information

#363559 (or 0x363559) is unknown color: approx Deep Koamaru. HEX triplet: 36, 35 and 59. RGB value is (54,53,89). Sum of RGB (Red+Green+Blue) = 54+53+89=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 89 - color contains mainly: blue. Hex color #363559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363559 is #C9CAA6. Grayscale: #393939. Windows color (decimal): -13224615 or 5846326. OLE color: 5846326.

HSL color Cylindrical-coordinate representation of color #363559: hue angle of 241.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #363559 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB545389-
CMYK0.390.4000.65
HSL241.67º25.35%27.84%-
HSV(B)241.67º40.45%34.9%-
XYZ4.64.059.99-
YUV57.4145.83125.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.55%
GREEN value IS 53 (21.09% from 255) = 27.04%
BLUE value IS 89 (35.16% from 255) = 45.41%
R=27.55%
G=27.04%
B=45.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5453890.390.4000.65241.6725.3527.84
Hex3635592728041f2191c
Octal6665131475001013623134
Binary110110110101101100110011110100001000001111100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363559; }

 p { color: rgb(54,53,89); }

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

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

 a { background-color: rgb(54,53,89); }

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

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

 span { border-color: rgb(54,53,89); }

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