#2A145E

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

Shades of Christalle #2A145E

Tints of Christalle #2A145E

Color information

#2A145E (or 0x2A145E) is unknown color: approx Christalle. HEX triplet: 2A, 14 and 5E. RGB value is (42,20,94). Sum of RGB (Red+Green+Blue) = 42+20+94=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 94 (37.11% from 255 or 60.26% from 156); Max value from RGB is 94 - color contains mainly: blue. Hex color #2A145E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A145E is #D5EBA1. Grayscale: #222222. Windows color (decimal): -14019490 or 6165546. OLE color: 6165546.

HSL color Cylindrical-coordinate representation of color #2A145E: hue angle of 257.84º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A145E is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB422094-
CMYK0.550.7900.63
HSL257.84º64.91%22.35%-
HSV(B)257.84º78.72%36.86%-
XYZ3.231.810.77-
YUV35.01161.29132.98-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.92%
GREEN value IS 20 (8.20% from 255) = 12.82%
BLUE value IS 94 (37.11% from 255) = 60.26%
R=26.92%
G=12.82%
B=60.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4220940.550.7900.63257.8464.9122.35
Hex2A145E374F03F1024116
Octal52241366711707740210126
Binary10101010100101111011011110011110111111100000010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A145E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,20,94); }

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

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

 a { background-color: rgb(42,20,94); }

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

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

 span { border-color: rgb(42,20,94); }

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