Html Css Color HEX #370564 Christalle

📋 copy color: '#370564'

red 55 ◦ green 5 ◦ blue 100

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

Shades of Christalle #370564

Tints of Christalle #370564

RGB

 RED value IS 55 (21.88% from 255) = 34.38%

 GREEN value IS 5 (2.34% from 255) = 3.13%

 BLUE value IS 100 (39.45% from 255) = 62.5%

R = 34.38%
G = 3.13%
B = 62.5%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#370564 (or 0x370564) is known color: Christalle. HEX triplet: 37, 05 and 64. RGB value is (55,5,100). Sum of RGB (Red+Green+Blue) = 55+5+100=160 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.38% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 100 (39.45% from 255 or 62.5% from 160); Max value from RGB is 100 - color contains mainly: blue. Hex color #370564 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370564 is #C8FA9B. Grayscale: #1E1E1E. Windows color (decimal): -13171356 or 6554935. OLE color: 6554935.

HSL color Cylindrical-coordinate representation of color #370564: hue angle of 271.58º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370564 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 55 5 100 -
CMYK 0.45 0.95 0 0.61
HSL 271.58º 0.9% 0.21% -
HSV(B) 271.58º 0.95% 0.39% -
XYZ 3.93 1.84 12.2 -
YUV 30.78 167.07 145.28 -
System Red Green Blue C M Y K H S L
Decimal 55 5 100 0.45 0.95 0 0.61 271.58 0.9 0.21
Hex 37 5 64 2D 5F 0 3D 110 5A 15
Octal 67 5 144 55 137 0 75 420 132 25
Binary 110111 101 1100100 101101 1011111 0 111101 100010000 1011010 10101

Color Harmonies of #370564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370564

Black with #370564

Text Example


Text Example

White with #370564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370564; }

 p { color: rgb(55,5,100); }

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

background-color css

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

 a { background-color: rgb(55,5,100); }

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

border-color css

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

 span { border-color: rgb(55,5,100); }

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