#34195A

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

Shades of Christalle #34195A

Tints of Christalle #34195A

Color information

#34195A (or 0x34195A) is unknown color: approx Christalle. HEX triplet: 34, 19 and 5A. RGB value is (52,25,90). Sum of RGB (Red+Green+Blue) = 52+25+90=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 90 (35.55% from 255 or 53.89% from 167); Max value from RGB is 90 - color contains mainly: blue. Hex color #34195A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34195A is #CBE6A5. Grayscale: #282828. Windows color (decimal): -13362854 or 5904692. OLE color: 5904692.

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

Color convert

RGB522590-
CMYK0.420.7200.65
HSL264.92º56.52%22.55%-
HSV(B)264.92º72.22%35.29%-
XYZ3.612.169.9-
YUV40.48155.95136.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.14%
GREEN value IS 25 (10.16% from 255) = 14.97%
BLUE value IS 90 (35.55% from 255) = 53.89%
R=31.14%
G=14.97%
B=53.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5225900.420.7200.65264.9256.5222.55
Hex34195A2A480411093917
Octal64311325211001014117127
Binary11010011001101101010101010010000100000110000100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34195A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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