#2A035C

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

Shades of Christalle #2A035C

Tints of Christalle #2A035C

Color information

#2A035C (or 0x2A035C) is unknown color: approx Christalle. HEX triplet: 2A, 03 and 5C. RGB value is (42,3,92). Sum of RGB (Red+Green+Blue) = 42+3+92=137 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.66% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 92 (36.33% from 255 or 67.15% from 137); Max value from RGB is 92 - color contains mainly: blue. Hex color #2A035C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A035C is #D5FCA3. Grayscale: #181818. Windows color (decimal): -14023844 or 6030122. OLE color: 6030122.

HSL color Cylindrical-coordinate representation of color #2A035C: hue angle of 266.29º 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 #2A035C is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB42392-
CMYK0.540.9700.64
HSL266.29º93.68%18.63%-
HSV(B)266.29º96.74%36.08%-
XYZ2.921.3310.23-
YUV24.81165.92140.26-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 30.66%
GREEN value IS 3 (1.56% from 255) = 2.19%
BLUE value IS 92 (36.33% from 255) = 67.15%
R=30.66%
G=2.19%
B=67.15%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal423920.540.9700.64266.2993.6818.63
Hex2A35C366104010a5e13
Octal52313466141010041213623
Binary101010111011100110110110000101000000100001010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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