Html Css Color HEX #371F70 Christalle

📋 copy color: '#371F70'

red 55 ◦ green 31 ◦ blue 112

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

Shades of Christalle #371F70

Tints of Christalle #371F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 56.57%

R = 27.78%
G = 15.66%
B = 56.57%

CMYK

 C value IS 0.51

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#371F70 (or 0x371F70) is known color: Christalle. HEX triplet: 37, 1F and 70. RGB value is (55,31,112). Sum of RGB (Red+Green+Blue) = 55+31+112=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 31 (12.5% from 255 or 15.66% from 198); Blue value is 112 (44.14% from 255 or 56.57% from 198); Max value from RGB is 112 - color contains mainly: blue. Hex color #371F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371F70 is #C8E08F. Grayscale: #2F2F2F. Windows color (decimal): -13164688 or 7348023. OLE color: 7348023.

HSL color Cylindrical-coordinate representation of color #371F70: hue angle of 257.78º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #371F70 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 31 112 -
CMYK 0.51 0.72 0 0.56
HSL 257.78º 0.57% 0.28% -
HSV(B) 257.78º 0.72% 0.44% -
XYZ 4.99 2.96 15.64 -
YUV 47.41 164.45 133.41 -
System Red Green Blue C M Y K H S L
Decimal 55 31 112 0.51 0.72 0 0.56 257.78 0.57 0.28
Hex 37 1F 70 33 48 0 38 102 39 1C
Octal 67 37 160 63 110 0 70 402 71 34
Binary 110111 11111 1110000 110011 1001000 0 111000 100000010 111001 11100

Color Harmonies of #371F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371F70

Black with #371F70

Text Example


Text Example

White with #371F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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