#34085E

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

Shades of Christalle #34085E

Tints of Christalle #34085E

Color information

#34085E (or 0x34085E) is unknown color: approx Christalle. HEX triplet: 34, 08 and 5E. RGB value is (52,8,94). Sum of RGB (Red+Green+Blue) = 52+8+94=154 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.77% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 94 (37.11% from 255 or 61.04% from 154); Max value from RGB is 94 - color contains mainly: blue. Hex color #34085E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34085E is #CBF7A1. Grayscale: #1E1E1E. Windows color (decimal): -13367202 or 6162484. OLE color: 6162484.

HSL color Cylindrical-coordinate representation of color #34085E: hue angle of 270.7º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #34085E is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB52894-
CMYK0.450.9100.63
HSL270.7º84.31%20%-
HSV(B)270.7º91.49%36.86%-
XYZ3.521.7110.73-
YUV30.96163.58143.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.77%
GREEN value IS 8 (3.52% from 255) = 5.19%
BLUE value IS 94 (37.11% from 255) = 61.04%
R=33.77%
G=5.19%
B=61.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal528940.450.9100.63270.784.3120
Hex3485E2D5B03F10f5414
Octal64101365513307741712424
Binary1101001000101111010110110110110111111100001111101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34085E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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