Html Css Color HEX #361253 Christalle

📋 copy color: '#361253'

red 54 ◦ green 18 ◦ blue 83

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

Shades of Christalle #361253

Tints of Christalle #361253

RGB

 RED value IS 54 (21.48% from 255) = 34.84%

 GREEN value IS 18 (7.42% from 255) = 11.61%

 BLUE value IS 83 (32.81% from 255) = 53.55%

R = 34.84%
G = 11.61%
B = 53.55%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#361253 (or 0x361253) is known color: Christalle. HEX triplet: 36, 12 and 53. RGB value is (54,18,83). Sum of RGB (Red+Green+Blue) = 54+18+83=155 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.84% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 83 (32.81% from 255 or 53.55% from 155); Max value from RGB is 83 - color contains mainly: blue. Hex color #361253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361253 is #C9EDAC. Grayscale: #232323. Windows color (decimal): -13233581 or 5444150. OLE color: 5444150.

HSL color Cylindrical-coordinate representation of color #361253: hue angle of 273.23º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #361253 is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 18 83 -
CMYK 0.35 0.78 0 0.67
HSL 273.23º 0.64% 0.2% -
HSV(B) 273.23º 0.78% 0.33% -
XYZ 3.3 1.84 8.37 -
YUV 36.17 154.43 140.71 -
System Red Green Blue C M Y K H S L
Decimal 54 18 83 0.35 0.78 0 0.67 273.23 0.64 0.2
Hex 36 12 53 23 4E 0 43 111 40 14
Octal 66 22 123 43 116 0 103 421 100 24
Binary 110110 10010 1010011 100011 1001110 0 1000011 100010001 1000000 10100

Color Harmonies of #361253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361253

Black with #361253

Text Example


Text Example

White with #361253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361253; }

 p { color: rgb(54,18,83); }

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

background-color css

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

 a { background-color: rgb(54,18,83); }

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

border-color css

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

 span { border-color: rgb(54,18,83); }

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