#34035A

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

Shades of Christalle #34035A

Tints of Christalle #34035A

Color information

#34035A (or 0x34035A) is unknown color: approx Christalle. HEX triplet: 34, 03 and 5A. RGB value is (52,3,90). Sum of RGB (Red+Green+Blue) = 52+3+90=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 90 (35.55% from 255 or 62.07% from 145); Max value from RGB is 90 - color contains mainly: blue. Hex color #34035A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34035A is #CBFCA5. Grayscale: #1B1B1B. Windows color (decimal): -13368486 or 5899060. OLE color: 5899060.

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

Color convert

RGB52390-
CMYK0.420.9700.65
HSL273.79º93.55%18.24%-
HSV(B)273.79º96.67%35.29%-
XYZ3.291.539.8-
YUV27.57163.23145.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.86%
GREEN value IS 3 (1.56% from 255) = 2.07%
BLUE value IS 90 (35.55% from 255) = 62.07%
R=35.86%
G=2.07%
B=62.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal523900.420.9700.65273.7993.5518.24
Hex3435A2A610411125e12
Octal64313252141010142213622
Binary110100111011010101010110000101000001100010010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34035A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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