Html Css Color HEX #360E5A Christalle

📋 copy color: '#360E5A'

red 54 ◦ green 14 ◦ blue 90

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

Shades of Christalle #360E5A

Tints of Christalle #360E5A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.86%

 BLUE value IS 90 (35.55% from 255) = 56.96%

R = 34.18%
G = 8.86%
B = 56.96%

CMYK

 C value IS 0.40

 M value IS 0.84

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#360E5A (or 0x360E5A) is known color: Christalle. HEX triplet: 36, 0E and 5A. RGB value is (54,14,90). Sum of RGB (Red+Green+Blue) = 54+14+90=158 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.18% from 158); Green value is 14 (5.86% from 255 or 8.86% from 158); Blue value is 90 (35.55% from 255 or 56.96% from 158); Max value from RGB is 90 - color contains mainly: blue. Hex color #360E5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360E5A is #C9F1A5. Grayscale: #222222. Windows color (decimal): -13234598 or 5901878. OLE color: 5901878.

HSL color Cylindrical-coordinate representation of color #360E5A: hue angle of 271.58º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #360E5A is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 14 90 -
CMYK 0.40 0.84 0 0.65
HSL 271.58º 0.73% 0.2% -
HSV(B) 271.58º 0.84% 0.35% -
XYZ 3.52 1.84 9.84 -
YUV 34.62 159.25 141.82 -
System Red Green Blue C M Y K H S L
Decimal 54 14 90 0.40 0.84 0 0.65 271.58 0.73 0.2
Hex 36 E 5A 28 54 0 41 110 49 14
Octal 66 16 132 50 124 0 101 420 111 24
Binary 110110 1110 1011010 101000 1010100 0 1000001 100010000 1001001 10100

Color Harmonies of #360E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360E5A

Black with #360E5A

Text Example


Text Example

White with #360E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360E5A; }

 p { color: rgb(54,14,90); }

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

background-color css

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

 a { background-color: rgb(54,14,90); }

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

border-color css

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

 span { border-color: rgb(54,14,90); }

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