Html Css Color HEX #321F57 Christalle

📋 copy color: '#321F57'

red 50 ◦ green 31 ◦ blue 87

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

Shades of Christalle #321F57

Tints of Christalle #321F57

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.45%

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

R = 29.76%
G = 18.45%
B = 51.79%

CMYK

 C value IS 0.43

 M value IS 0.64

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#321F57 (or 0x321F57) is known color: Christalle. HEX triplet: 32, 1F and 57. RGB value is (50,31,87). Sum of RGB (Red+Green+Blue) = 50+31+87=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 87 (34.38% from 255 or 51.79% from 168); Max value from RGB is 87 - color contains mainly: blue. Hex color #321F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321F57 is #CDE0A8. Grayscale: #2A2A2A. Windows color (decimal): -13492393 or 5709618. OLE color: 5709618.

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

Color convert

RGB 50 31 87 -
CMYK 0.43 0.64 0 0.66
HSL 260.36º 0.47% 0.23% -
HSV(B) 260.36º 0.64% 0.34% -
XYZ 3.53 2.35 9.28 -
YUV 43.07 152.79 132.95 -
System Red Green Blue C M Y K H S L
Decimal 50 31 87 0.43 0.64 0 0.66 260.36 0.47 0.23
Hex 32 1F 57 2B 40 0 42 104 2F 17
Octal 62 37 127 53 100 0 102 404 57 27
Binary 110010 11111 1010111 101011 1000000 0 1000010 100000100 101111 10111

Color Harmonies of #321F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321F57

Black with #321F57

Text Example


Text Example

White with #321F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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