#363271

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

Shades of Deep Koamaru #363271

Tints of Deep Koamaru #363271

Color information

#363271 (or 0x363271) is unknown color: approx Deep Koamaru. HEX triplet: 36, 32 and 71. RGB value is (54,50,113). Sum of RGB (Red+Green+Blue) = 54+50+113=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #363271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363271 is #C9CD8E. Grayscale: #3A3A3A. Windows color (decimal): -13225359 or 7418422. OLE color: 7418422.

HSL color Cylindrical-coordinate representation of color #363271: hue angle of 243.81º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #363271 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5450113-
CMYK0.520.5600.56
HSL243.81º38.65%31.96%-
HSV(B)243.81º55.75%44.31%-
XYZ5.644.2616.15-
YUV58.38158.83124.88-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.88%
GREEN value IS 50 (19.92% from 255) = 23.04%
BLUE value IS 113 (44.53% from 255) = 52.07%
R=24.88%
G=23.04%
B=52.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54501130.520.5600.56243.8138.6531.96
Hex3632713438038f42720
Octal666216164700703644740
Binary1101101100101110001110100111000011100011110100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363271; }

 p { color: rgb(54,50,113); }

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

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

 a { background-color: rgb(54,50,113); }

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

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

 span { border-color: rgb(54,50,113); }

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