#2D145E

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

Shades of Christalle #2D145E

Tints of Christalle #2D145E

Color information

#2D145E (or 0x2D145E) is unknown color: approx Christalle. HEX triplet: 2D, 14 and 5E. RGB value is (45,20,94). Sum of RGB (Red+Green+Blue) = 45+20+94=159 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.30% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 94 (37.11% from 255 or 59.12% from 159); Max value from RGB is 94 - color contains mainly: blue. Hex color #2D145E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D145E is #D2EBA1. Grayscale: #232323. Windows color (decimal): -13822882 or 6165549. OLE color: 6165549.

HSL color Cylindrical-coordinate representation of color #2D145E: hue angle of 260.27º 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 #2D145E is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB452094-
CMYK0.520.7900.63
HSL260.27º64.91%22.35%-
HSV(B)260.27º78.72%36.86%-
XYZ3.351.8710.77-
YUV35.91160.78134.48-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.30%
GREEN value IS 20 (8.20% from 255) = 12.58%
BLUE value IS 94 (37.11% from 255) = 59.12%
R=28.30%
G=12.58%
B=59.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4520940.520.7900.63260.2764.9122.35
Hex2D145E344F03F1044116
Octal55241366411707740410126
Binary10110110100101111011010010011110111111100000100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D145E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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