#34045A

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

Shades of Christalle #34045A

Tints of Christalle #34045A

Color information

#34045A (or 0x34045A) is unknown color: approx Christalle. HEX triplet: 34, 04 and 5A. RGB value is (52,4,90). Sum of RGB (Red+Green+Blue) = 52+4+90=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 90 (35.55% from 255 or 61.64% from 146); Max value from RGB is 90 - color contains mainly: blue. Hex color #34045A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34045A is #CBFBA5. Grayscale: #1B1B1B. Windows color (decimal): -13368230 or 5899316. OLE color: 5899316.

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

Color convert

RGB52490-
CMYK0.420.9600.65
HSL273.49º91.49%18.43%-
HSV(B)273.49º95.56%35.29%-
XYZ3.311.569.8-
YUV28.16162.9145.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.62%
GREEN value IS 4 (1.95% from 255) = 2.74%
BLUE value IS 90 (35.55% from 255) = 61.64%
R=35.62%
G=2.74%
B=61.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal524900.420.9600.65273.4991.4918.43
Hex3445A2A600411115b12
Octal64413252140010142113322
Binary1101001001011010101010110000001000001100010001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34045A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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