#363966

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

Shades of Deep Koamaru #363966

Tints of Deep Koamaru #363966

Color information

#363966 (or 0x363966) is unknown color: approx Deep Koamaru. HEX triplet: 36, 39 and 66. RGB value is (54,57,102). Sum of RGB (Red+Green+Blue) = 54+57+102=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 102 (40.23% from 255 or 47.89% from 213); Max value from RGB is 102 - color contains mainly: blue. Hex color #363966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363966 is #C9C699. Grayscale: #3D3D3D. Windows color (decimal): -13223578 or 6699318. OLE color: 6699318.

HSL color Cylindrical-coordinate representation of color #363966: hue angle of 236.25º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #363966 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5457102-
CMYK0.470.4400.6
HSL236.25º30.77%30.59%-
HSV(B)236.25º47.06%40%-
XYZ5.384.6713.19-
YUV61.23151.01122.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.35%
GREEN value IS 57 (22.66% from 255) = 26.76%
BLUE value IS 102 (40.23% from 255) = 47.89%
R=25.35%
G=26.76%
B=47.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal54571020.470.4400.6236.2530.7730.59
Hex3639662F2C03Cec1f1f
Octal667114657540743543737
Binary11011011100111001101011111011000111100111011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363966; }

 p { color: rgb(54,57,102); }

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

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

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

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

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

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

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