#2E0360

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

Shades of Christalle #2E0360

Tints of Christalle #2E0360

Color information

#2E0360 (or 0x2E0360) is unknown color: approx Christalle. HEX triplet: 2E, 03 and 60. RGB value is (46,3,96). Sum of RGB (Red+Green+Blue) = 46+3+96=145 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.72% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 96 (37.89% from 255 or 66.21% from 145); Max value from RGB is 96 - color contains mainly: blue. Hex color #2E0360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0360 is #D1FC9F. Grayscale: #1A1A1A. Windows color (decimal): -13761696 or 6292270. OLE color: 6292270.

HSL color Cylindrical-coordinate representation of color #2E0360: hue angle of 267.74º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E0360 is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB46396-
CMYK0.520.9700.62
HSL267.74º93.94%19.41%-
HSV(B)267.74º96.88%37.65%-
XYZ3.271.4911.18-
YUV26.46167.25141.94-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 31.72%
GREEN value IS 3 (1.56% from 255) = 2.07%
BLUE value IS 96 (37.89% from 255) = 66.21%
R=31.72%
G=2.07%
B=66.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal463960.520.9700.62267.7493.9419.41
Hex2E360346103E10c5e13
Octal5631406414107641413623
Binary10111011110000011010011000010111110100001100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,3,96); }

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

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

 a { background-color: rgb(46,3,96); }

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

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

 span { border-color: rgb(46,3,96); }

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