#34235B

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

Shades of Christalle #34235B

Tints of Christalle #34235B

Color information

#34235B (or 0x34235B) is unknown color: approx Christalle. HEX triplet: 34, 23 and 5B. RGB value is (52,35,91). Sum of RGB (Red+Green+Blue) = 52+35+91=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #34235B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34235B is #CBDCA4. Grayscale: #2E2E2E. Windows color (decimal): -13360293 or 5972788. OLE color: 5972788.

HSL color Cylindrical-coordinate representation of color #34235B: hue angle of 258.21º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34235B is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB523591-
CMYK0.430.6200.64
HSL258.21º44.44%24.71%-
HSV(B)258.21º61.54%35.69%-
XYZ3.912.6910.21-
YUV46.47153.13131.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.21%
GREEN value IS 35 (14.06% from 255) = 19.66%
BLUE value IS 91 (35.94% from 255) = 51.12%
R=29.21%
G=19.66%
B=51.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5235910.430.6200.64258.2144.4424.71
Hex34235B2B3E0401022c19
Octal6443133537601004025431
Binary11010010001110110111010111111100100000010000001010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34235B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34235B; }

 p { color: rgb(52,35,91); }

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

<style>
 a { background-color: #34235B; }

 a { background-color: rgb(52,35,91); }

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

<style>
 span { border-color: #34235B; }

 span { border-color: rgb(52,35,91); }

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