#34225F

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

Shades of Christalle #34225F

Tints of Christalle #34225F

Color information

#34225F (or 0x34225F) is unknown color: approx Christalle. HEX triplet: 34, 22 and 5F. RGB value is (52,34,95). Sum of RGB (Red+Green+Blue) = 52+34+95=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 95 (37.5% from 255 or 52.49% from 181); Max value from RGB is 95 - color contains mainly: blue. Hex color #34225F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34225F is #CBDDA0. Grayscale: #2E2E2E. Windows color (decimal): -13360545 or 6234676. OLE color: 6234676.

HSL color Cylindrical-coordinate representation of color #34225F: hue angle of 257.7º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34225F is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB523495-
CMYK0.450.6400.63
HSL257.7º47.29%25.29%-
HSV(B)257.7º64.21%37.25%-
XYZ4.052.711.13-
YUV46.34155.46132.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.73%
GREEN value IS 34 (13.67% from 255) = 18.78%
BLUE value IS 95 (37.5% from 255) = 52.49%
R=28.73%
G=18.78%
B=52.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5234950.450.6400.63257.747.2925.29
Hex34225F2D4003F1022f19
Octal6442137551000774025731
Binary11010010001010111111011011000000011111110000001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34225F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34225F; }

 p { color: rgb(52,34,95); }

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

<style>
 a { background-color: #34225F; }

 a { background-color: rgb(52,34,95); }

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

<style>
 span { border-color: #34225F; }

 span { border-color: rgb(52,34,95); }

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