Html Css Color HEX #321CBC Persian Blue

📋 copy color: '#321CBC'

red 50 ◦ green 28 ◦ blue 188

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

Shades of Persian Blue #321CBC

Tints of Persian Blue #321CBC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.53%

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

R = 18.8%
G = 10.53%
B = 70.68%

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

#321CBC (or 0x321CBC) is known color: Persian Blue. HEX triplet: 32, 1C and BC. RGB value is (50,28,188). Sum of RGB (Red+Green+Blue) = 50+28+188=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 28 (11.33% from 255 or 10.53% from 266); Blue value is 188 (73.83% from 255 or 70.68% from 266); Max value from RGB is 188 - color contains mainly: blue. Hex color #321CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321CBC is #CDE343. Grayscale: #343434. Windows color (decimal): -13493060 or 12327986. OLE color: 12327986.

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

Color convert

RGB 50 28 188 -
CMYK 0.73 0.85 0 0.26
HSL 248.25º 0.74% 0.42% -
HSV(B) 248.25º 0.85% 0.74% -
XYZ 10.81 5.14 48 -
YUV 52.82 204.29 125.99 -
System Red Green Blue C M Y K H S L
Decimal 50 28 188 0.73 0.85 0 0.26 248.25 0.74 0.42
Hex 32 1C BC 49 55 0 1A F8 4A 2A
Octal 62 34 274 111 125 0 32 370 112 52
Binary 110010 11100 10111100 1001001 1010101 0 11010 11111000 1001010 101010

Color Harmonies of #321CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321CBC

Black with #321CBC

Text Example


Text Example

White with #321CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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