Html Css Color HEX #321EB8 Persian Blue

📋 copy color: '#321EB8'

red 50 ◦ green 30 ◦ blue 184

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

Shades of Persian Blue #321EB8

Tints of Persian Blue #321EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 69.7%

R = 18.94%
G = 11.36%
B = 69.7%

CMYK

 C value IS 0.73

 M value IS 0.84

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#321EB8 (or 0x321EB8) is known color: Persian Blue. HEX triplet: 32, 1E and B8. RGB value is (50,30,184). Sum of RGB (Red+Green+Blue) = 50+30+184=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 30 (12.11% from 255 or 11.36% from 264); Blue value is 184 (72.27% from 255 or 69.70% from 264); Max value from RGB is 184 - color contains mainly: blue. Hex color #321EB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321EB8 is #CDE147. Grayscale: #343434. Windows color (decimal): -13492552 or 12066354. OLE color: 12066354.

HSL color Cylindrical-coordinate representation of color #321EB8: hue angle of 247.79º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #321EB8 is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 50 30 184 -
CMYK 0.73 0.84 0 0.28
HSL 247.79º 0.72% 0.42% -
HSV(B) 247.79º 0.84% 0.72% -
XYZ 10.43 5.07 45.78 -
YUV 53.54 201.63 125.48 -
System Red Green Blue C M Y K H S L
Decimal 50 30 184 0.73 0.84 0 0.28 247.79 0.72 0.42
Hex 32 1E B8 49 54 0 1C F8 48 2A
Octal 62 36 270 111 124 0 34 370 110 52
Binary 110010 11110 10111000 1001001 1010100 0 11100 11111000 1001000 101010

Color Harmonies of #321EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321EB8

Black with #321EB8

Text Example


Text Example

White with #321EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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