Html Css Color HEX #371F65 Christalle

📋 copy color: '#371F65'

red 55 ◦ green 31 ◦ blue 101

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

Shades of Christalle #371F65

Tints of Christalle #371F65

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.58%

 BLUE value IS 101 (39.84% from 255) = 54.01%

R = 29.41%
G = 16.58%
B = 54.01%

CMYK

 C value IS 0.46

 M value IS 0.69

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#371F65 (or 0x371F65) is known color: Christalle. HEX triplet: 37, 1F and 65. RGB value is (55,31,101). Sum of RGB (Red+Green+Blue) = 55+31+101=187 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.41% from 187); Green value is 31 (12.5% from 255 or 16.58% from 187); Blue value is 101 (39.84% from 255 or 54.01% from 187); Max value from RGB is 101 - color contains mainly: blue. Hex color #371F65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371F65 is #C8E09A. Grayscale: #2D2D2D. Windows color (decimal): -13164699 or 6627127. OLE color: 6627127.

HSL color Cylindrical-coordinate representation of color #371F65: hue angle of 260.57º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #371F65 is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 55 31 101 -
CMYK 0.46 0.69 0 0.60
HSL 260.57º 0.53% 0.26% -
HSV(B) 260.57º 0.69% 0.4% -
XYZ 4.41 2.73 12.61 -
YUV 46.16 158.95 134.31 -
System Red Green Blue C M Y K H S L
Decimal 55 31 101 0.46 0.69 0 0.60 260.57 0.53 0.26
Hex 37 1F 65 2E 45 0 3C 105 35 1A
Octal 67 37 145 56 105 0 74 405 65 32
Binary 110111 11111 1100101 101110 1000101 0 111100 100000101 110101 11010

Color Harmonies of #371F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371F65

Black with #371F65

Text Example


Text Example

White with #371F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371F65; }

 p { color: rgb(55,31,101); }

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

background-color css

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

 a { background-color: rgb(55,31,101); }

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

border-color css

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

 span { border-color: rgb(55,31,101); }

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