#363661

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

Shades of Deep Koamaru #363661

Tints of Deep Koamaru #363661

Color information

#363661 (or 0x363661) is unknown color: approx Deep Koamaru. HEX triplet: 36, 36 and 61. RGB value is (54,54,97). Sum of RGB (Red+Green+Blue) = 54+54+97=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 97 - color contains mainly: blue. Hex color #363661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363661 is #C9C99E. Grayscale: #3A3A3A. Windows color (decimal): -13224351 or 6370870. OLE color: 6370870.

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

Color convert

RGB545497-
CMYK0.440.4400.62
HSL240º28.48%29.61%-
HSV(B)240º44.33%38.04%-
XYZ54.2911.87-
YUV58.9149.5124.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.34%
GREEN value IS 54 (21.48% from 255) = 26.34%
BLUE value IS 97 (38.28% from 255) = 47.32%
R=26.34%
G=26.34%
B=47.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5454970.440.4400.6224028.4829.61
Hex3636612C2C03Ef01c1e
Octal666614154540763603436
Binary11011011011011000011011001011000111110111100001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363661; }

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

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

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

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

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

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

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

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