Html Css Color HEX #321ECB Persian Blue

📋 copy color: '#321ECB'

red 50 ◦ green 30 ◦ blue 203

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

Shades of Persian Blue #321ECB

Tints of Persian Blue #321ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 71.73%

R = 17.67%
G = 10.6%
B = 71.73%

CMYK

 C value IS 0.75

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#321ECB (or 0x321ECB) is known color: Persian Blue. HEX triplet: 32, 1E and CB. RGB value is (50,30,203). Sum of RGB (Red+Green+Blue) = 50+30+203=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 203 (79.69% from 255 or 71.73% from 283); Max value from RGB is 203 - color contains mainly: blue. Hex color #321ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321ECB is #CDE134. Grayscale: #373737. Windows color (decimal): -13492533 or 13311538. OLE color: 13311538.

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

Color convert

RGB 50 30 203 -
CMYK 0.75 0.85 0 0.20
HSL 246.94º 0.74% 0.46% -
HSV(B) 246.94º 0.85% 0.8% -
XYZ 12.56 5.92 56.98 -
YUV 55.7 211.13 123.93 -
System Red Green Blue C M Y K H S L
Decimal 50 30 203 0.75 0.85 0 0.20 246.94 0.74 0.46
Hex 32 1E CB 4B 55 0 14 F7 4A 2E
Octal 62 36 313 113 125 0 24 367 112 56
Binary 110010 11110 11001011 1001011 1010101 0 10100 11110111 1001010 101110

Color Harmonies of #321ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321ECB

Black with #321ECB

Text Example


Text Example

White with #321ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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