#363568

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

Shades of Deep Koamaru #363568

Tints of Deep Koamaru #363568

Color information

#363568 (or 0x363568) is unknown color: approx Deep Koamaru. HEX triplet: 36, 35 and 68. RGB value is (54,53,104). Sum of RGB (Red+Green+Blue) = 54+53+104=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #363568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363568 is #C9CA97. Grayscale: #3A3A3A. Windows color (decimal): -13224600 or 6829366. OLE color: 6829366.

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

Color convert

RGB5453104-
CMYK0.480.4900.59
HSL241.18º32.48%30.78%-
HSV(B)241.18º49.04%40.78%-
XYZ5.294.3313.65-
YUV59.11153.33124.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.59%
GREEN value IS 53 (21.09% from 255) = 25.12%
BLUE value IS 104 (41.02% from 255) = 49.29%
R=25.59%
G=25.12%
B=49.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54531040.480.4900.59241.1832.4830.78
Hex363568303103Bf1201f
Octal666515060610733614037
Binary110110110101110100011000011000101110111111000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363568; }

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

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

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

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

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

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

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

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