#363369

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

Shades of Deep Koamaru #363369

Tints of Deep Koamaru #363369

Color information

#363369 (or 0x363369) is unknown color: approx Deep Koamaru. HEX triplet: 36, 33 and 69. RGB value is (54,51,105). Sum of RGB (Red+Green+Blue) = 54+51+105=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #363369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363369 is #C9CC96. Grayscale: #393939. Windows color (decimal): -13225111 or 6894390. OLE color: 6894390.

HSL color Cylindrical-coordinate representation of color #363369: hue angle of 243.33º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #363369 is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5451105-
CMYK0.490.5100.59
HSL243.33º34.62%30.59%-
HSV(B)243.33º51.43%41.18%-
XYZ5.254.1713.89-
YUV58.05154.49125.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.71%
GREEN value IS 51 (20.31% from 255) = 24.29%
BLUE value IS 105 (41.41% from 255) = 50%
R=25.71%
G=24.29%
B=50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54511050.490.5100.59243.3334.6230.59
Hex363369313303Bf3231f
Octal666315161630733634337
Binary110110110011110100111000111001101110111111001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363369; }

 p { color: rgb(54,51,105); }

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

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

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

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

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

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

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