Html Css Color HEX #361C69 Christalle

📋 copy color: '#361C69'

red 54 ◦ green 28 ◦ blue 105

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

Shades of Christalle #361C69

Tints of Christalle #361C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 56.15%

R = 28.88%
G = 14.97%
B = 56.15%

CMYK

 C value IS 0.49

 M value IS 0.73

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#361C69 (or 0x361C69) is known color: Christalle. HEX triplet: 36, 1C and 69. RGB value is (54,28,105). Sum of RGB (Red+Green+Blue) = 54+28+105=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 105 (41.41% from 255 or 56.15% from 187); Max value from RGB is 105 - color contains mainly: blue. Hex color #361C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361C69 is #C9E396. Grayscale: #2C2C2C. Windows color (decimal): -13230999 or 6888502. OLE color: 6888502.

HSL color Cylindrical-coordinate representation of color #361C69: hue angle of 260.26º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #361C69 is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 28 105 -
CMYK 0.49 0.73 0 0.59
HSL 260.26º 0.58% 0.26% -
HSV(B) 260.26º 0.73% 0.41% -
XYZ 4.49 2.63 13.64 -
YUV 44.55 162.11 134.74 -
System Red Green Blue C M Y K H S L
Decimal 54 28 105 0.49 0.73 0 0.59 260.26 0.58 0.26
Hex 36 1C 69 31 49 0 3B 104 3A 1A
Octal 66 34 151 61 111 0 73 404 72 32
Binary 110110 11100 1101001 110001 1001001 0 111011 100000100 111010 11010

Color Harmonies of #361C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361C69

Black with #361C69

Text Example


Text Example

White with #361C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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