#363866

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

Shades of Deep Koamaru #363866

Tints of Deep Koamaru #363866

Color information

#363866 (or 0x363866) is unknown color: approx Deep Koamaru. HEX triplet: 36, 38 and 66. RGB value is (54,56,102). Sum of RGB (Red+Green+Blue) = 54+56+102=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 102 - color contains mainly: blue. Hex color #363866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363866 is #C9C799. Grayscale: #3C3C3C. Windows color (decimal): -13223834 or 6699062. OLE color: 6699062.

HSL color Cylindrical-coordinate representation of color #363866: hue angle of 237.5º 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 #363866 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5456102-
CMYK0.470.4500.6
HSL237.5º30.77%30.59%-
HSV(B)237.5º47.06%40%-
XYZ5.334.5713.17-
YUV60.65151.34123.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.47%
GREEN value IS 56 (22.27% from 255) = 26.42%
BLUE value IS 102 (40.23% from 255) = 48.11%
R=25.47%
G=26.42%
B=48.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal54561020.470.4500.6237.530.7730.59
Hex3638662F2D03Cee1f1f
Octal667014657550743563737
Binary11011011100011001101011111011010111100111011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363866; }

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

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

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

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

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

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

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

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