#34316E

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

Shades of Deep Koamaru #34316E

Tints of Deep Koamaru #34316E

Color information

#34316E (or 0x34316E) is unknown color: approx Deep Koamaru. HEX triplet: 34, 31 and 6E. RGB value is (52,49,110). Sum of RGB (Red+Green+Blue) = 52+49+110=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 110 (43.36% from 255 or 52.13% from 211); Max value from RGB is 110 - color contains mainly: blue. Hex color #34316E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34316E is #CBCE91. Grayscale: #383838. Windows color (decimal): -13356690 or 7221556. OLE color: 7221556.

HSL color Cylindrical-coordinate representation of color #34316E: hue angle of 242.95º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #34316E is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5249110-
CMYK0.530.5500.57
HSL242.95º38.36%31.18%-
HSV(B)242.95º55.45%43.14%-
XYZ5.334.0515.25-
YUV56.85157.99124.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.64%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 110 (43.36% from 255) = 52.13%
R=24.64%
G=23.22%
B=52.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52491100.530.5500.57242.9538.3631.18
Hex34316E3537039f3261f
Octal646115665670713634637
Binary110100110001110111011010111011101110011111001110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34316E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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