Html Css Color HEX #37085A Christalle

📋 copy color: '#37085A'

red 55 ◦ green 8 ◦ blue 90

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

Shades of Christalle #37085A

Tints of Christalle #37085A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.23%

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

R = 35.95%
G = 5.23%
B = 58.82%

CMYK

 C value IS 0.39

 M value IS 0.91

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#37085A (or 0x37085A) is known color: Christalle. HEX triplet: 37, 08 and 5A. RGB value is (55,8,90). Sum of RGB (Red+Green+Blue) = 55+8+90=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 90 (35.55% from 255 or 58.82% from 153); Max value from RGB is 90 - color contains mainly: blue. Hex color #37085A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37085A is #C8F7A5. Grayscale: #1F1F1F. Windows color (decimal): -13170598 or 5900343. OLE color: 5900343.

HSL color Cylindrical-coordinate representation of color #37085A: hue angle of 274.39º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #37085A is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 8 90 -
CMYK 0.39 0.91 0 0.65
HSL 274.39º 0.84% 0.19% -
HSV(B) 274.39º 0.91% 0.35% -
XYZ 3.51 1.72 9.82 -
YUV 31.4 161.07 144.83 -
System Red Green Blue C M Y K H S L
Decimal 55 8 90 0.39 0.91 0 0.65 274.39 0.84 0.19
Hex 37 8 5A 27 5B 0 41 112 54 13
Octal 67 10 132 47 133 0 101 422 124 23
Binary 110111 1000 1011010 100111 1011011 0 1000001 100010010 1010100 10011

Color Harmonies of #37085A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37085A

Black with #37085A

Text Example


Text Example

White with #37085A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,8,90); }

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

background-color css

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

 a { background-color: rgb(55,8,90); }

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

border-color css

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

 span { border-color: rgb(55,8,90); }

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