#2A035D

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

Shades of Christalle #2A035D

Tints of Christalle #2A035D

Color information

#2A035D (or 0x2A035D) is unknown color: approx Christalle. HEX triplet: 2A, 03 and 5D. RGB value is (42,3,93). Sum of RGB (Red+Green+Blue) = 42+3+93=138 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.43% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 93 (36.72% from 255 or 67.39% from 138); Max value from RGB is 93 - color contains mainly: blue. Hex color #2A035D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A035D is #D5FCA2. Grayscale: #181818. Windows color (decimal): -14023843 or 6095658. OLE color: 6095658.

HSL color Cylindrical-coordinate representation of color #2A035D: hue angle of 266º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A035D is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB42393-
CMYK0.550.9700.64
HSL266º93.75%18.82%-
HSV(B)266º96.77%36.47%-
XYZ2.961.3510.46-
YUV24.92166.42140.18-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 30.43%
GREEN value IS 3 (1.56% from 255) = 2.17%
BLUE value IS 93 (36.72% from 255) = 67.39%
R=30.43%
G=2.17%
B=67.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal423930.550.9700.6426693.7518.82
Hex2A35D376104010a5e13
Octal52313567141010041213623
Binary101010111011101110111110000101000000100001010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A035D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A035D; }

 p { color: rgb(42,3,93); }

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

<style>
 a { background-color: #2A035D; }

 a { background-color: rgb(42,3,93); }

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

<style>
 span { border-color: #2A035D; }

 span { border-color: rgb(42,3,93); }

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