#34095D

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

Shades of Christalle #34095D

Tints of Christalle #34095D

Color information

#34095D (or 0x34095D) is unknown color: approx Christalle. HEX triplet: 34, 09 and 5D. RGB value is (52,9,93). Sum of RGB (Red+Green+Blue) = 52+9+93=154 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.77% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 93 (36.72% from 255 or 60.39% from 154); Max value from RGB is 93 - color contains mainly: blue. Hex color #34095D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34095D is #CBF6A2. Grayscale: #1F1F1F. Windows color (decimal): -13366947 or 6097204. OLE color: 6097204.

HSL color Cylindrical-coordinate representation of color #34095D: hue angle of 270.71º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34095D is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB52993-
CMYK0.440.9000.64
HSL270.71º82.35%20%-
HSV(B)270.71º90.32%36.47%-
XYZ3.491.7210.5-
YUV31.43162.75142.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.77%
GREEN value IS 9 (3.91% from 255) = 5.84%
BLUE value IS 93 (36.72% from 255) = 60.39%
R=33.77%
G=5.84%
B=60.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal529930.440.9000.64270.7182.3520
Hex3495D2C5A04010f5214
Octal641113554132010041712224
Binary11010010011011101101100101101001000000100001111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34095D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34095D; }

 p { color: rgb(52,9,93); }

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

<style>
 a { background-color: #34095D; }

 a { background-color: rgb(52,9,93); }

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

<style>
 span { border-color: #34095D; }

 span { border-color: rgb(52,9,93); }

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