Html Css Color HEX #2C005E Christalle

📋 copy color: '#2C005E'

red 44 ◦ green 0 ◦ blue 94

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

Shades of Christalle #2C005E

Tints of Christalle #2C005E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 31.88%
G = 0%
B = 68.12%

CMYK

 C value IS 0.53

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2C005E (or 0x2C005E) is known color: Christalle. HEX triplet: 2C, 00 and 5E. RGB value is (44,0,94). Sum of RGB (Red+Green+Blue) = 44+0+94=138 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.88% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 94 (37.11% from 255 or 68.12% from 138); Max value from RGB is 94 - color contains mainly: blue. Hex color #2C005E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C005E is #D3FFA1. Grayscale: #171717. Windows color (decimal): -13893538 or 6160428. OLE color: 6160428.

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

Color convert

RGB 44 0 94 -
CMYK 0.53 1 0 0.63
HSL 268.09º 1% 0.18% -
HSV(B) 268.09º 1% 0.37% -
XYZ 3.06 1.34 10.69 -
YUV 23.87 167.58 142.36 -
System Red Green Blue C M Y K H S L
Decimal 44 0 94 0.53 1 0 0.63 268.09 1 0.18
Hex 2C 0 5E 35 64 0 3F 10C 64 12
Octal 54 0 136 65 144 0 77 414 144 22
Binary 101100 0 1011110 110101 1100100 0 111111 100001100 1100100 10010

Color Harmonies of #2C005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C005E

Black with #2C005E

Text Example


Text Example

White with #2C005E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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