Html Css Color HEX #2E145A Christalle

📋 copy color: '#2E145A'

red 46 ◦ green 20 ◦ blue 90

#2E145A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christalle #2E145A

Tints of Christalle #2E145A

RGB

 RED value IS 46 (18.36% from 255) = 29.49%

 GREEN value IS 20 (8.2% from 255) = 12.82%

 BLUE value IS 90 (35.55% from 255) = 57.69%

R = 29.49%
G = 12.82%
B = 57.69%

CMYK

 C value IS 0.49

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2E145A (or 0x2E145A) is known color: Christalle. HEX triplet: 2E, 14 and 5A. RGB value is (46,20,90). Sum of RGB (Red+Green+Blue) = 46+20+90=156 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.49% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 90 (35.55% from 255 or 57.69% from 156); Max value from RGB is 90 - color contains mainly: blue. Hex color #2E145A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E145A is #D1EBA5. Grayscale: #232323. Windows color (decimal): -13757350 or 5903406. OLE color: 5903406.

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

Color convert

RGB 46 20 90 -
CMYK 0.49 0.78 0 0.65
HSL 262.29º 0.64% 0.22% -
HSV(B) 262.29º 0.78% 0.35% -
XYZ 3.22 1.82 9.85 -
YUV 35.75 158.61 135.31 -
System Red Green Blue C M Y K H S L
Decimal 46 20 90 0.49 0.78 0 0.65 262.29 0.64 0.22
Hex 2E 14 5A 31 4E 0 41 106 40 16
Octal 56 24 132 61 116 0 101 406 100 26
Binary 101110 10100 1011010 110001 1001110 0 1000001 100000110 1000000 10110

Color Harmonies of #2E145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E145A

Black with #2E145A

Text Example


Text Example

White with #2E145A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,20,90); }

 H1.HeaderClassName
 {
   color: #2E145A;
 }
 .AnyTagClassName
 {
   color: #2E145A;
 }
</style>

background-color css

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

 a { background-color: rgb(46,20,90); }

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

border-color css

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

 span { border-color: rgb(46,20,90); }

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