Html Css Color HEX #321ECE Persian Blue

📋 copy color: '#321ECE'

red 50 ◦ green 30 ◦ blue 206

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

Shades of Persian Blue #321ECE

Tints of Persian Blue #321ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 72.03%

R = 17.48%
G = 10.49%
B = 72.03%

CMYK

 C value IS 0.76

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#321ECE (or 0x321ECE) is known color: Persian Blue. HEX triplet: 32, 1E and CE. RGB value is (50,30,206). Sum of RGB (Red+Green+Blue) = 50+30+206=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 206 (80.86% from 255 or 72.03% from 286); Max value from RGB is 206 - color contains mainly: blue. Hex color #321ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321ECE is #CDE131. Grayscale: #373737. Windows color (decimal): -13492530 or 13508146. OLE color: 13508146.

HSL color Cylindrical-coordinate representation of color #321ECE: hue angle of 246.82º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #321ECE is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 30 206 -
CMYK 0.76 0.85 0 0.19
HSL 246.82º 0.75% 0.46% -
HSV(B) 246.82º 0.85% 0.81% -
XYZ 12.92 6.06 58.88 -
YUV 56.04 212.63 123.69 -
System Red Green Blue C M Y K H S L
Decimal 50 30 206 0.76 0.85 0 0.19 246.82 0.75 0.46
Hex 32 1E CE 4C 55 0 13 F7 4B 2E
Octal 62 36 316 114 125 0 23 367 113 56
Binary 110010 11110 11001110 1001100 1010101 0 10011 11110111 1001011 101110

Color Harmonies of #321ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321ECE

Black with #321ECE

Text Example


Text Example

White with #321ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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