Html Css Color HEX #321CCE Persian Blue

📋 copy color: '#321CCE'

red 50 ◦ green 28 ◦ blue 206

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

Shades of Persian Blue #321CCE

Tints of Persian Blue #321CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 72.54%

R = 17.61%
G = 9.86%
B = 72.54%

CMYK

 C value IS 0.76

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#321CCE (or 0x321CCE) is known color: Persian Blue. HEX triplet: 32, 1C and CE. RGB value is (50,28,206). Sum of RGB (Red+Green+Blue) = 50+28+206=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 206 (80.86% from 255 or 72.54% from 284); Max value from RGB is 206 - color contains mainly: blue. Hex color #321CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321CCE is #CDE331. Grayscale: #363636. Windows color (decimal): -13493042 or 13507634. OLE color: 13507634.

HSL color Cylindrical-coordinate representation of color #321CCE: hue angle of 247.42º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #321CCE is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 28 206 -
CMYK 0.76 0.86 0 0.19
HSL 247.42º 0.76% 0.46% -
HSV(B) 247.42º 0.86% 0.81% -
XYZ 12.87 5.96 58.87 -
YUV 54.87 213.29 124.53 -
System Red Green Blue C M Y K H S L
Decimal 50 28 206 0.76 0.86 0 0.19 247.42 0.76 0.46
Hex 32 1C CE 4C 56 0 13 F7 4C 2E
Octal 62 34 316 114 126 0 23 367 114 56
Binary 110010 11100 11001110 1001100 1010110 0 10011 11110111 1001100 101110

Color Harmonies of #321CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321CCE

Black with #321CCE

Text Example


Text Example

White with #321CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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