Html Css Color HEX #361C68 Christalle

📋 copy color: '#361C68'

red 54 ◦ green 28 ◦ blue 104

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

Shades of Christalle #361C68

Tints of Christalle #361C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 55.91%

R = 29.03%
G = 15.05%
B = 55.91%

CMYK

 C value IS 0.48

 M value IS 0.73

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#361C68 (or 0x361C68) is known color: Christalle. HEX triplet: 36, 1C and 68. RGB value is (54,28,104). Sum of RGB (Red+Green+Blue) = 54+28+104=186 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.03% from 186); Green value is 28 (11.33% from 255 or 15.05% from 186); Blue value is 104 (41.02% from 255 or 55.91% from 186); Max value from RGB is 104 - color contains mainly: blue. Hex color #361C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361C68 is #C9E397. Grayscale: #2C2C2C. Windows color (decimal): -13231000 or 6822966. OLE color: 6822966.

HSL color Cylindrical-coordinate representation of color #361C68: hue angle of 260.53º 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 #361C68 is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 28 104 -
CMYK 0.48 0.73 0 0.59
HSL 260.53º 0.58% 0.26% -
HSV(B) 260.53º 0.73% 0.41% -
XYZ 4.44 2.61 13.37 -
YUV 44.44 161.61 134.82 -
System Red Green Blue C M Y K H S L
Decimal 54 28 104 0.48 0.73 0 0.59 260.53 0.58 0.26
Hex 36 1C 68 30 49 0 3B 105 3A 1A
Octal 66 34 150 60 111 0 73 405 72 32
Binary 110110 11100 1101000 110000 1001001 0 111011 100000101 111010 11010

Color Harmonies of #361C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361C68

Black with #361C68

Text Example


Text Example

White with #361C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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