Html Css Color HEX #371E53 Christalle

📋 copy color: '#371E53'

red 55 ◦ green 30 ◦ blue 83

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

Shades of Christalle #371E53

Tints of Christalle #371E53

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.86%

 BLUE value IS 83 (32.81% from 255) = 49.4%

R = 32.74%
G = 17.86%
B = 49.4%

CMYK

 C value IS 0.34

 M value IS 0.64

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#371E53 (or 0x371E53) is known color: Christalle. HEX triplet: 37, 1E and 53. RGB value is (55,30,83). Sum of RGB (Red+Green+Blue) = 55+30+83=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 83 (32.81% from 255 or 49.40% from 168); Max value from RGB is 83 - color contains mainly: blue. Hex color #371E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371E53 is #C8E1AC. Grayscale: #2B2B2B. Windows color (decimal): -13164973 or 5447223. OLE color: 5447223.

HSL color Cylindrical-coordinate representation of color #371E53: hue angle of 268.3º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #371E53 is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 30 83 -
CMYK 0.34 0.64 0 0.67
HSL 268.3º 0.47% 0.22% -
HSV(B) 268.3º 0.64% 0.33% -
XYZ 3.6 2.37 8.45 -
YUV 43.52 150.28 136.19 -
System Red Green Blue C M Y K H S L
Decimal 55 30 83 0.34 0.64 0 0.67 268.3 0.47 0.22
Hex 37 1E 53 22 40 0 43 10C 2F 16
Octal 67 36 123 42 100 0 103 414 57 26
Binary 110111 11110 1010011 100010 1000000 0 1000011 100001100 101111 10110

Color Harmonies of #371E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371E53

Black with #371E53

Text Example


Text Example

White with #371E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,30,83); }

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

background-color css

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

 a { background-color: rgb(55,30,83); }

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

border-color css

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

 span { border-color: rgb(55,30,83); }

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