Html Css Color HEX #2C135E Christalle

📋 copy color: '#2C135E'

red 44 ◦ green 19 ◦ blue 94

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

Shades of Christalle #2C135E

Tints of Christalle #2C135E

RGB

 RED value IS 44 (17.58% from 255) = 28.03%

 GREEN value IS 19 (7.81% from 255) = 12.1%

 BLUE value IS 94 (37.11% from 255) = 59.87%

R = 28.03%
G = 12.1%
B = 59.87%

CMYK

 C value IS 0.53

 M value IS 0.80

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2C135E (or 0x2C135E) is known color: Christalle. HEX triplet: 2C, 13 and 5E. RGB value is (44,19,94). Sum of RGB (Red+Green+Blue) = 44+19+94=157 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.03% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 94 (37.11% from 255 or 59.87% from 157); Max value from RGB is 94 - color contains mainly: blue. Hex color #2C135E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C135E is #D3ECA1. Grayscale: #222222. Windows color (decimal): -13888674 or 6165292. OLE color: 6165292.

HSL color Cylindrical-coordinate representation of color #2C135E: hue angle of 260º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C135E is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 44 19 94 -
CMYK 0.53 0.80 0 0.63
HSL 260º 0.66% 0.22% -
HSV(B) 260º 0.8% 0.37% -
XYZ 3.29 1.81 10.77 -
YUV 35.03 161.28 134.4 -
System Red Green Blue C M Y K H S L
Decimal 44 19 94 0.53 0.80 0 0.63 260 0.66 0.22
Hex 2C 13 5E 35 50 0 3F 104 42 16
Octal 54 23 136 65 120 0 77 404 102 26
Binary 101100 10011 1011110 110101 1010000 0 111111 100000100 1000010 10110

Color Harmonies of #2C135E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C135E

Black with #2C135E

Text Example


Text Example

White with #2C135E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,19,94); }

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

background-color css

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

 a { background-color: rgb(44,19,94); }

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

border-color css

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

 span { border-color: rgb(44,19,94); }

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