Html Css Color HEX #37085D Christalle

📋 copy color: '#37085D'

red 55 ◦ green 8 ◦ blue 93

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

Shades of Christalle #37085D

Tints of Christalle #37085D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 59.62%

R = 35.26%
G = 5.13%
B = 59.62%

CMYK

 C value IS 0.41

 M value IS 0.91

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#37085D (or 0x37085D) is known color: Christalle. HEX triplet: 37, 08 and 5D. RGB value is (55,8,93). Sum of RGB (Red+Green+Blue) = 55+8+93=156 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.26% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 93 (36.72% from 255 or 59.62% from 156); Max value from RGB is 93 - color contains mainly: blue. Hex color #37085D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37085D is #C8F7A2. Grayscale: #1F1F1F. Windows color (decimal): -13170595 or 6096951. OLE color: 6096951.

HSL color Cylindrical-coordinate representation of color #37085D: hue angle of 273.18º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #37085D is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 8 93 -
CMYK 0.41 0.91 0 0.64
HSL 273.18º 0.84% 0.2% -
HSV(B) 273.18º 0.91% 0.36% -
XYZ 3.64 1.78 10.51 -
YUV 31.74 162.57 144.59 -
System Red Green Blue C M Y K H S L
Decimal 55 8 93 0.41 0.91 0 0.64 273.18 0.84 0.2
Hex 37 8 5D 29 5B 0 40 111 54 14
Octal 67 10 135 51 133 0 100 421 124 24
Binary 110111 1000 1011101 101001 1011011 0 1000000 100010001 1010100 10100

Color Harmonies of #37085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37085D

Black with #37085D

Text Example


Text Example

White with #37085D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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