Html Css Color HEX #36195A Christalle

📋 copy color: '#36195A'

red 54 ◦ green 25 ◦ blue 90

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

Shades of Christalle #36195A

Tints of Christalle #36195A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.79%

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

R = 31.95%
G = 14.79%
B = 53.25%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#36195A (or 0x36195A) is known color: Christalle. HEX triplet: 36, 19 and 5A. RGB value is (54,25,90). Sum of RGB (Red+Green+Blue) = 54+25+90=169 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.95% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 90 (35.55% from 255 or 53.25% from 169); Max value from RGB is 90 - color contains mainly: blue. Hex color #36195A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36195A is #C9E6A5. Grayscale: #282828. Windows color (decimal): -13231782 or 5904694. OLE color: 5904694.

HSL color Cylindrical-coordinate representation of color #36195A: hue angle of 266.77º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36195A is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 25 90 -
CMYK 0.40 0.72 0 0.65
HSL 266.77º 0.57% 0.23% -
HSV(B) 266.77º 0.72% 0.35% -
XYZ 3.71 2.22 9.91 -
YUV 41.08 155.61 137.21 -
System Red Green Blue C M Y K H S L
Decimal 54 25 90 0.40 0.72 0 0.65 266.77 0.57 0.23
Hex 36 19 5A 28 48 0 41 10B 39 17
Octal 66 31 132 50 110 0 101 413 71 27
Binary 110110 11001 1011010 101000 1001000 0 1000001 100001011 111001 10111

Color Harmonies of #36195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36195A

Black with #36195A

Text Example


Text Example

White with #36195A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36195A; }

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

 H1.HeaderClassName
 {
   color: #36195A;
 }
 .AnyTagClassName
 {
   color: #36195A;
 }
</style>

background-color css

<style>
 a { background-color: #36195A; }

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

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

border-color css

<style>
 span { border-color: #36195A; }

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

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