Html Css Color HEX #371D69 Christalle

📋 copy color: '#371D69'

red 55 ◦ green 29 ◦ blue 105

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

Shades of Christalle #371D69

Tints of Christalle #371D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 55.56%

R = 29.1%
G = 15.34%
B = 55.56%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#371D69 (or 0x371D69) is known color: Christalle. HEX triplet: 37, 1D and 69. RGB value is (55,29,105). Sum of RGB (Red+Green+Blue) = 55+29+105=189 (25% of max value = 765). Red value is 55 (21.88% from 255 or 29.10% from 189); Green value is 29 (11.72% from 255 or 15.34% from 189); Blue value is 105 (41.41% from 255 or 55.56% from 189); Max value from RGB is 105 - color contains mainly: blue. Hex color #371D69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371D69 is #C8E296. Grayscale: #2D2D2D. Windows color (decimal): -13165207 or 6888759. OLE color: 6888759.

HSL color Cylindrical-coordinate representation of color #371D69: hue angle of 260.53º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #371D69 is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 29 105 -
CMYK 0.48 0.72 0 0.59
HSL 260.53º 0.57% 0.26% -
HSV(B) 260.53º 0.72% 0.41% -
XYZ 4.56 2.71 13.65 -
YUV 45.44 161.61 134.82 -
System Red Green Blue C M Y K H S L
Decimal 55 29 105 0.48 0.72 0 0.59 260.53 0.57 0.26
Hex 37 1D 69 30 48 0 3B 105 39 1A
Octal 67 35 151 60 110 0 73 405 71 32
Binary 110111 11101 1101001 110000 1001000 0 111011 100000101 111001 11010

Color Harmonies of #371D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371D69

Black with #371D69

Text Example


Text Example

White with #371D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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