#34085A

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

Shades of Christalle #34085A

Tints of Christalle #34085A

Color information

#34085A (or 0x34085A) is unknown color: approx Christalle. HEX triplet: 34, 08 and 5A. RGB value is (52,8,90). Sum of RGB (Red+Green+Blue) = 52+8+90=150 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.67% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 90 (35.55% from 255 or 60% from 150); Max value from RGB is 90 - color contains mainly: blue. Hex color #34085A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34085A is #CBF7A5. Grayscale: #1E1E1E. Windows color (decimal): -13367206 or 5900340. OLE color: 5900340.

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

Color convert

RGB52890-
CMYK0.420.9100.65
HSL272.2º83.67%19.22%-
HSV(B)272.2º91.11%35.29%-
XYZ3.351.649.81-
YUV30.5161.58143.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.67%
GREEN value IS 8 (3.52% from 255) = 5.33%
BLUE value IS 90 (35.55% from 255) = 60%
R=34.67%
G=5.33%
B=60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal528900.420.9100.65272.283.6719.22
Hex3485A2A5B0411105413
Octal641013252133010142012423
Binary11010010001011010101010101101101000001100010000101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34085A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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