#34145A

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

Shades of Christalle #34145A

Tints of Christalle #34145A

Color information

#34145A (or 0x34145A) is unknown color: approx Christalle. HEX triplet: 34, 14 and 5A. RGB value is (52,20,90). Sum of RGB (Red+Green+Blue) = 52+20+90=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 90 (35.55% from 255 or 55.56% from 162); Max value from RGB is 90 - color contains mainly: blue. Hex color #34145A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34145A is #CBEBA5. Grayscale: #252525. Windows color (decimal): -13364134 or 5903412. OLE color: 5903412.

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

Color convert

RGB522090-
CMYK0.420.7800.65
HSL267.43º63.64%21.57%-
HSV(B)267.43º77.78%35.29%-
XYZ3.511.979.87-
YUV37.55157.6138.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.10%
GREEN value IS 20 (8.20% from 255) = 12.35%
BLUE value IS 90 (35.55% from 255) = 55.56%
R=32.10%
G=12.35%
B=55.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5220900.420.7800.65267.4363.6421.57
Hex34145A2A4E04110b4016
Octal642413252116010141310026
Binary110100101001011010101010100111001000001100001011100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34145A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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