#363169

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

Shades of Deep Koamaru #363169

Tints of Deep Koamaru #363169

Color information

#363169 (or 0x363169) is unknown color: approx Deep Koamaru. HEX triplet: 36, 31 and 69. RGB value is (54,49,105). Sum of RGB (Red+Green+Blue) = 54+49+105=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #363169 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363169 is #C9CE96. Grayscale: #383838. Windows color (decimal): -13225623 or 6893878. OLE color: 6893878.

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

Color convert

RGB5449105-
CMYK0.490.5300.59
HSL245.36º36.36%30.2%-
HSV(B)245.36º53.33%41.18%-
XYZ5.17413.86-
YUV56.88155.16125.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.96%
GREEN value IS 49 (19.53% from 255) = 23.56%
BLUE value IS 105 (41.41% from 255) = 50.48%
R=25.96%
G=23.56%
B=50.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54491050.490.5300.59245.3636.3630.2
Hex363169313503Bf5241e
Octal666115161650733654436
Binary110110110001110100111000111010101110111111010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363169; }

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

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

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

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

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

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

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

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