Html Css Color HEX #321E57 Christalle

📋 copy color: '#321E57'

red 50 ◦ green 30 ◦ blue 87

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

Shades of Christalle #321E57

Tints of Christalle #321E57

RGB

 RED value IS 50 (19.92% from 255) = 29.94%

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

 BLUE value IS 87 (34.38% from 255) = 52.1%

R = 29.94%
G = 17.96%
B = 52.1%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#321E57 (or 0x321E57) is known color: Christalle. HEX triplet: 32, 1E and 57. RGB value is (50,30,87). Sum of RGB (Red+Green+Blue) = 50+30+87=167 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.94% from 167); Green value is 30 (12.11% from 255 or 17.96% from 167); Blue value is 87 (34.38% from 255 or 52.10% from 167); Max value from RGB is 87 - color contains mainly: blue. Hex color #321E57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321E57 is #CDE1A8. Grayscale: #2A2A2A. Windows color (decimal): -13492649 or 5709362. OLE color: 5709362.

HSL color Cylindrical-coordinate representation of color #321E57: hue angle of 261.05º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #321E57 is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 50 30 87 -
CMYK 0.43 0.66 0 0.66
HSL 261.05º 0.49% 0.23% -
HSV(B) 261.05º 0.66% 0.34% -
XYZ 3.5 2.29 9.28 -
YUV 42.48 153.13 133.37 -
System Red Green Blue C M Y K H S L
Decimal 50 30 87 0.43 0.66 0 0.66 261.05 0.49 0.23
Hex 32 1E 57 2B 42 0 42 105 31 17
Octal 62 36 127 53 102 0 102 405 61 27
Binary 110010 11110 1010111 101011 1000010 0 1000010 100000101 110001 10111

Color Harmonies of #321E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321E57

Black with #321E57

Text Example


Text Example

White with #321E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321E57; }

 p { color: rgb(50,30,87); }

 H1.HeaderClassName
 {
   color: #321E57;
 }
 .AnyTagClassName
 {
   color: #321E57;
 }
</style>

background-color css

<style>
 a { background-color: #321E57; }

 a { background-color: rgb(50,30,87); }

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

border-color css

<style>
 span { border-color: #321E57; }

 span { border-color: rgb(50,30,87); }

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