#2D165A

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

Shades of Christalle #2D165A

Tints of Christalle #2D165A

Color information

#2D165A (or 0x2D165A) is unknown color: approx Christalle. HEX triplet: 2D, 16 and 5A. RGB value is (45,22,90). Sum of RGB (Red+Green+Blue) = 45+22+90=157 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.66% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #2D165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D165A is #D2E9A5. Grayscale: #242424. Windows color (decimal): -13822374 or 5903917. OLE color: 5903917.

HSL color Cylindrical-coordinate representation of color #2D165A: hue angle of 260.29º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D165A is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB452290-
CMYK0.500.7600.65
HSL260.29º60.71%21.96%-
HSV(B)260.29º75.56%35.29%-
XYZ3.211.879.86-
YUV36.63158.12133.97-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.66%
GREEN value IS 22 (8.98% from 255) = 14.01%
BLUE value IS 90 (35.55% from 255) = 57.32%
R=28.66%
G=14.01%
B=57.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4522900.500.7600.65260.2960.7121.96
Hex2D165A324C0411043d16
Octal55261326211401014047526
Binary10110110110101101011001010011000100000110000010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,22,90); }

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

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

 a { background-color: rgb(45,22,90); }

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

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

 span { border-color: rgb(45,22,90); }

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