#2D145D

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

Shades of Christalle #2D145D

Tints of Christalle #2D145D

Color information

#2D145D (or 0x2D145D) is unknown color: approx Christalle. HEX triplet: 2D, 14 and 5D. RGB value is (45,20,93). Sum of RGB (Red+Green+Blue) = 45+20+93=158 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.48% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 93 (36.72% from 255 or 58.86% from 158); Max value from RGB is 93 - color contains mainly: blue. Hex color #2D145D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D145D is #D2EBA2. Grayscale: #232323. Windows color (decimal): -13822883 or 6100013. OLE color: 6100013.

HSL color Cylindrical-coordinate representation of color #2D145D: hue angle of 260.55º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D145D is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB452093-
CMYK0.520.7800.64
HSL260.55º64.6%22.16%-
HSV(B)260.55º78.49%36.47%-
XYZ3.311.8510.54-
YUV35.8160.28134.56-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.48%
GREEN value IS 20 (8.20% from 255) = 12.66%
BLUE value IS 93 (36.72% from 255) = 58.86%
R=28.48%
G=12.66%
B=58.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4520930.520.7800.64260.5564.622.16
Hex2D145D344E0401054116
Octal552413564116010040510126
Binary101101101001011101110100100111001000000100000101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D145D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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