Html Css Color HEX #371D5A Christalle

📋 copy color: '#371D5A'

red 55 ◦ green 29 ◦ blue 90

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

Shades of Christalle #371D5A

Tints of Christalle #371D5A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.67%

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

R = 31.61%
G = 16.67%
B = 51.72%

CMYK

 C value IS 0.39

 M value IS 0.68

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#371D5A (or 0x371D5A) is known color: Christalle. HEX triplet: 37, 1D and 5A. RGB value is (55,29,90). Sum of RGB (Red+Green+Blue) = 55+29+90=174 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.61% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #371D5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371D5A is #C8E2A5. Grayscale: #2B2B2B. Windows color (decimal): -13165222 or 5905719. OLE color: 5905719.

HSL color Cylindrical-coordinate representation of color #371D5A: hue angle of 265.57º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #371D5A is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 29 90 -
CMYK 0.39 0.68 0 0.65
HSL 265.57º 0.51% 0.23% -
HSV(B) 265.57º 0.68% 0.35% -
XYZ 3.86 2.43 9.94 -
YUV 43.73 154.11 136.04 -
System Red Green Blue C M Y K H S L
Decimal 55 29 90 0.39 0.68 0 0.65 265.57 0.51 0.23
Hex 37 1D 5A 27 44 0 41 10A 33 17
Octal 67 35 132 47 104 0 101 412 63 27
Binary 110111 11101 1011010 100111 1000100 0 1000001 100001010 110011 10111

Color Harmonies of #371D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371D5A

Black with #371D5A

Text Example


Text Example

White with #371D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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