#363860

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

Shades of Deep Koamaru #363860

Tints of Deep Koamaru #363860

Color information

#363860 (or 0x363860) is unknown color: approx Deep Koamaru. HEX triplet: 36, 38 and 60. RGB value is (54,56,96). Sum of RGB (Red+Green+Blue) = 54+56+96=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #363860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363860 is #C9C79F. Grayscale: #3B3B3B. Windows color (decimal): -13223840 or 6305846. OLE color: 6305846.

HSL color Cylindrical-coordinate representation of color #363860: hue angle of 237.14º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #363860 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB545696-
CMYK0.440.4200.62
HSL237.14º28%29.41%-
HSV(B)237.14º43.75%37.65%-
XYZ5.054.4611.66-
YUV59.96148.34123.75-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.21%
GREEN value IS 56 (22.27% from 255) = 27.18%
BLUE value IS 96 (37.89% from 255) = 46.60%
R=26.21%
G=27.18%
B=46.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5456960.440.4200.62237.142829.41
Hex3638602C2A03Eed1c1d
Octal667014054520763553435
Binary11011011100011000001011001010100111110111011011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363860; }

 p { color: rgb(54,56,96); }

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

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

 a { background-color: rgb(54,56,96); }

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

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

 span { border-color: rgb(54,56,96); }

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