Html Css Color HEX #321DBE Persian Blue

📋 copy color: '#321DBE'

red 50 ◦ green 29 ◦ blue 190

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

Shades of Persian Blue #321DBE

Tints of Persian Blue #321DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 70.63%

R = 18.59%
G = 10.78%
B = 70.63%

CMYK

 C value IS 0.74

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#321DBE (or 0x321DBE) is known color: Persian Blue. HEX triplet: 32, 1D and BE. RGB value is (50,29,190). Sum of RGB (Red+Green+Blue) = 50+29+190=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 29 (11.72% from 255 or 10.78% from 269); Blue value is 190 (74.61% from 255 or 70.63% from 269); Max value from RGB is 190 - color contains mainly: blue. Hex color #321DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321DBE is #CDE241. Grayscale: #353535. Windows color (decimal): -13492802 or 12459314. OLE color: 12459314.

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

Color convert

RGB 50 29 190 -
CMYK 0.74 0.85 0 0.25
HSL 247.83º 0.74% 0.43% -
HSV(B) 247.83º 0.85% 0.75% -
XYZ 11.05 5.27 49.15 -
YUV 53.63 204.96 125.41 -
System Red Green Blue C M Y K H S L
Decimal 50 29 190 0.74 0.85 0 0.25 247.83 0.74 0.43
Hex 32 1D BE 4A 55 0 19 F8 4A 2B
Octal 62 35 276 112 125 0 31 370 112 53
Binary 110010 11101 10111110 1001010 1010101 0 11001 11111000 1001010 101011

Color Harmonies of #321DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321DBE

Black with #321DBE

Text Example


Text Example

White with #321DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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