Html Css Color HEX #321DBC Persian Blue

📋 copy color: '#321DBC'

red 50 ◦ green 29 ◦ blue 188

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

Shades of Persian Blue #321DBC

Tints of Persian Blue #321DBC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.86%

 BLUE value IS 188 (73.83% from 255) = 70.41%

R = 18.73%
G = 10.86%
B = 70.41%

CMYK

 C value IS 0.73

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#321DBC (or 0x321DBC) is known color: Persian Blue. HEX triplet: 32, 1D and BC. RGB value is (50,29,188). Sum of RGB (Red+Green+Blue) = 50+29+188=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 188 (73.83% from 255 or 70.41% from 267); Max value from RGB is 188 - color contains mainly: blue. Hex color #321DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321DBC is #CDE243. Grayscale: #343434. Windows color (decimal): -13492804 or 12328242. OLE color: 12328242.

HSL color Cylindrical-coordinate representation of color #321DBC: hue angle of 247.92º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #321DBC is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 29 188 -
CMYK 0.73 0.85 0 0.26
HSL 247.92º 0.73% 0.43% -
HSV(B) 247.92º 0.85% 0.74% -
XYZ 10.83 5.19 48.01 -
YUV 53.41 203.96 125.57 -
System Red Green Blue C M Y K H S L
Decimal 50 29 188 0.73 0.85 0 0.26 247.92 0.73 0.43
Hex 32 1D BC 49 55 0 1A F8 49 2B
Octal 62 35 274 111 125 0 32 370 111 53
Binary 110010 11101 10111100 1001001 1010101 0 11010 11111000 1001001 101011

Color Harmonies of #321DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321DBC

Black with #321DBC

Text Example


Text Example

White with #321DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,29,188); }

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

background-color css

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

 a { background-color: rgb(50,29,188); }

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

border-color css

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

 span { border-color: rgb(50,29,188); }

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