Html Css Color HEX #361C56 Christalle

📋 copy color: '#361C56'

red 54 ◦ green 28 ◦ blue 86

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

Shades of Christalle #361C56

Tints of Christalle #361C56

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.67%

 BLUE value IS 86 (33.98% from 255) = 51.19%

R = 32.14%
G = 16.67%
B = 51.19%

CMYK

 C value IS 0.37

 M value IS 0.67

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#361C56 (or 0x361C56) is known color: Christalle. HEX triplet: 36, 1C and 56. RGB value is (54,28,86). Sum of RGB (Red+Green+Blue) = 54+28+86=168 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.14% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 86 (33.98% from 255 or 51.19% from 168); Max value from RGB is 86 - color contains mainly: blue. Hex color #361C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361C56 is #C9E3A9. Grayscale: #2A2A2A. Windows color (decimal): -13231018 or 5643318. OLE color: 5643318.

HSL color Cylindrical-coordinate representation of color #361C56: hue angle of 266.9º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #361C56 is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 54 28 86 -
CMYK 0.37 0.67 0 0.66
HSL 266.9º 0.51% 0.22% -
HSV(B) 266.9º 0.67% 0.34% -
XYZ 3.62 2.29 9.05 -
YUV 42.39 152.61 136.28 -
System Red Green Blue C M Y K H S L
Decimal 54 28 86 0.37 0.67 0 0.66 266.9 0.51 0.22
Hex 36 1C 56 25 43 0 42 10B 33 16
Octal 66 34 126 45 103 0 102 413 63 26
Binary 110110 11100 1010110 100101 1000011 0 1000010 100001011 110011 10110

Color Harmonies of #361C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361C56

Black with #361C56

Text Example


Text Example

White with #361C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361C56; }

 p { color: rgb(54,28,86); }

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

background-color css

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

 a { background-color: rgb(54,28,86); }

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

border-color css

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

 span { border-color: rgb(54,28,86); }

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