#34315A

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

Shades of Deep Koamaru #34315A

Tints of Deep Koamaru #34315A

Color information

#34315A (or 0x34315A) is unknown color: approx Deep Koamaru. HEX triplet: 34, 31 and 5A. RGB value is (52,49,90). Sum of RGB (Red+Green+Blue) = 52+49+90=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 90 (35.55% from 255 or 47.12% from 191); Max value from RGB is 90 - color contains mainly: blue. Hex color #34315A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34315A is #CBCEA5. Grayscale: #363636. Windows color (decimal): -13356710 or 5910836. OLE color: 5910836.

HSL color Cylindrical-coordinate representation of color #34315A: hue angle of 244.39º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #34315A is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB524990-
CMYK0.420.4600.65
HSL244.39º29.5%27.25%-
HSV(B)244.39º45.56%35.29%-
XYZ4.363.6610.15-
YUV54.57147.99126.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.23%
GREEN value IS 49 (19.53% from 255) = 25.65%
BLUE value IS 90 (35.55% from 255) = 47.12%
R=27.23%
G=25.65%
B=47.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5249900.420.4600.65244.3929.527.25
Hex34315A2A2E041f41d1b
Octal6461132525601013643533
Binary110100110001101101010101010111001000001111101001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34315A; }

 p { color: rgb(52,49,90); }

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

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

 a { background-color: rgb(52,49,90); }

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

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

 span { border-color: rgb(52,49,90); }

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