#34315E

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

Shades of Deep Koamaru #34315E

Tints of Deep Koamaru #34315E

Color information

#34315E (or 0x34315E) is unknown color: approx Deep Koamaru. HEX triplet: 34, 31 and 5E. RGB value is (52,49,94). Sum of RGB (Red+Green+Blue) = 52+49+94=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 94 (37.11% from 255 or 48.21% from 195); Max value from RGB is 94 - color contains mainly: blue. Hex color #34315E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34315E is #CBCEA1. Grayscale: #363636. Windows color (decimal): -13356706 or 6172980. OLE color: 6172980.

HSL color Cylindrical-coordinate representation of color #34315E: hue angle of 244º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #34315E is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB524994-
CMYK0.450.4800.63
HSL244º31.47%28.04%-
HSV(B)244º47.87%36.86%-
XYZ4.533.7311.07-
YUV55.03149.99125.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.67%
GREEN value IS 49 (19.53% from 255) = 25.13%
BLUE value IS 94 (37.11% from 255) = 48.21%
R=26.67%
G=25.13%
B=48.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5249940.450.4800.6324431.4728.04
Hex34315E2D3003Ff41f1c
Octal646113655600773643734
Binary11010011000110111101011011100000111111111101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34315E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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