#363066

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

Shades of Deep Koamaru #363066

Tints of Deep Koamaru #363066

Color information

#363066 (or 0x363066) is unknown color: approx Deep Koamaru. HEX triplet: 36, 30 and 66. RGB value is (54,48,102). Sum of RGB (Red+Green+Blue) = 54+48+102=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 102 (40.23% from 255 or 50% from 204); Max value from RGB is 102 - color contains mainly: blue. Hex color #363066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363066 is #C9CF99. Grayscale: #373737. Windows color (decimal): -13225882 or 6697014. OLE color: 6697014.

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

Color convert

RGB5448102-
CMYK0.470.5300.6
HSL246.67º36%29.41%-
HSV(B)246.67º52.94%40%-
XYZ4.983.8613.05-
YUV55.95153.99126.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.47%
GREEN value IS 48 (19.14% from 255) = 23.53%
BLUE value IS 102 (40.23% from 255) = 50%
R=26.47%
G=23.53%
B=50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal54481020.470.5300.6246.673629.41
Hex3630662F3503Cf7241d
Octal666014657650743674435
Binary110110110000110011010111111010101111001111011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363066; }

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

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

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

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

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

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

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

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