#363561

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

Shades of Deep Koamaru #363561

Tints of Deep Koamaru #363561

Color information

#363561 (or 0x363561) is unknown color: approx Deep Koamaru. HEX triplet: 36, 35 and 61. RGB value is (54,53,97). Sum of RGB (Red+Green+Blue) = 54+53+97=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #363561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363561 is #C9CA9E. Grayscale: #3A3A3A. Windows color (decimal): -13224607 or 6370614. OLE color: 6370614.

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

Color convert

RGB545397-
CMYK0.440.4500.62
HSL241.36º29.33%29.41%-
HSV(B)241.36º45.36%38.04%-
XYZ4.954.1911.86-
YUV58.32149.83124.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.47%
GREEN value IS 53 (21.09% from 255) = 25.98%
BLUE value IS 97 (38.28% from 255) = 47.55%
R=26.47%
G=25.98%
B=47.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5453970.440.4500.62241.3629.3329.41
Hex3635612C2D03Ef11d1d
Octal666514154550763613535
Binary11011011010111000011011001011010111110111100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363561; }

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

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

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

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

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

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

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

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