#371A68

Color #371A68 Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #371A68

Tints of Christalle #371A68

Color information

#371A68 (or 0x371A68) is unknown color: approx Christalle. HEX triplet: 37, 1A and 68. RGB value is (55,26,104). Sum of RGB (Red+Green+Blue) = 55+26+104=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 26 (10.55% from 255 or 14.05% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #371A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371A68 is #C8E597. Grayscale: #2B2B2B. Windows color (decimal): -13165976 or 6822455. OLE color: 6822455.

HSL color Cylindrical-coordinate representation of color #371A68: hue angle of 262.31º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #371A68 is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5526104-
CMYK0.470.7500.59
HSL262.31º60%25.49%-
HSV(B)262.31º75%40.78%-
XYZ4.442.5513.35-
YUV43.56162.11136.16-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.73%
GREEN value IS 26 (10.55% from 255) = 14.05%
BLUE value IS 104 (41.02% from 255) = 56.22%
R=29.73%
G=14.05%
B=56.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55261040.470.7500.59262.316025.49
Hex371A682F4B03B1063c19
Octal6732150571130734067431
Binary1101111101011010001011111001011011101110000011011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,26,104); }

 H1.HeaderClassName
 {
   color: #371A68;
 }
 .AnyTagClassName
 {
   color: #371A68;
 }
</style>
background-color css

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

 a { background-color: rgb(55,26,104); }

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

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

 span { border-color: rgb(55,26,104); }

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