Html Css Color HEX #361D68 Christalle

📋 copy color: '#361D68'

red 54 ◦ green 29 ◦ blue 104

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

Shades of Christalle #361D68

Tints of Christalle #361D68

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.51%

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

R = 28.88%
G = 15.51%
B = 55.61%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#361D68 (or 0x361D68) is known color: Christalle. HEX triplet: 36, 1D and 68. RGB value is (54,29,104). Sum of RGB (Red+Green+Blue) = 54+29+104=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 104 (41.02% from 255 or 55.61% from 187); Max value from RGB is 104 - color contains mainly: blue. Hex color #361D68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361D68 is #C9E297. Grayscale: #2C2C2C. Windows color (decimal): -13230744 or 6823222. OLE color: 6823222.

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

Color convert

RGB 54 29 104 -
CMYK 0.48 0.72 0 0.59
HSL 260º 0.56% 0.26% -
HSV(B) 260º 0.72% 0.41% -
XYZ 4.46 2.66 13.38 -
YUV 45.03 161.28 134.4 -
System Red Green Blue C M Y K H S L
Decimal 54 29 104 0.48 0.72 0 0.59 260 0.56 0.26
Hex 36 1D 68 30 48 0 3B 104 38 1A
Octal 66 35 150 60 110 0 73 404 70 32
Binary 110110 11101 1101000 110000 1001000 0 111011 100000100 111000 11010

Color Harmonies of #361D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361D68

Black with #361D68

Text Example


Text Example

White with #361D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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