Html Css Color HEX #323FCA Persian Blue

📋 copy color: '#323FCA'

red 50 ◦ green 63 ◦ blue 202

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

Shades of Persian Blue #323FCA

Tints of Persian Blue #323FCA

RGB

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

 GREEN value IS 63 (25% from 255) = 20%

 BLUE value IS 202 (79.3% from 255) = 64.13%

R = 15.87%
G = 20%
B = 64.13%

CMYK

 C value IS 0.75

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#323FCA (or 0x323FCA) is known color: Persian Blue. HEX triplet: 32, 3F and CA. RGB value is (50,63,202). Sum of RGB (Red+Green+Blue) = 50+63+202=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 202 (79.30% from 255 or 64.13% from 315); Max value from RGB is 202 - color contains mainly: blue. Hex color #323FCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323FCA is #CDC035. Grayscale: #4A4A4A. Windows color (decimal): -13484086 or 13254450. OLE color: 13254450.

HSL color Cylindrical-coordinate representation of color #323FCA: hue angle of 234.87º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #323FCA is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 50 63 202 -
CMYK 0.75 0.69 0 0.21
HSL 234.87º 0.6% 0.49% -
HSV(B) 234.87º 0.75% 0.79% -
XYZ 13.75 8.5 56.79 -
YUV 74.96 199.69 110.2 -
System Red Green Blue C M Y K H S L
Decimal 50 63 202 0.75 0.69 0 0.21 234.87 0.6 0.49
Hex 32 3F CA 4B 45 0 15 EB 3C 31
Octal 62 77 312 113 105 0 25 353 74 61
Binary 110010 111111 11001010 1001011 1000101 0 10101 11101011 111100 110001

Color Harmonies of #323FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323FCA

Black with #323FCA

Text Example


Text Example

White with #323FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323FCA; }

 p { color: rgb(50,63,202); }

 H1.HeaderClassName
 {
   color: #323FCA;
 }
 .AnyTagClassName
 {
   color: #323FCA;
 }
</style>

background-color css

<style>
 a { background-color: #323FCA; }

 a { background-color: rgb(50,63,202); }

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

border-color css

<style>
 span { border-color: #323FCA; }

 span { border-color: rgb(50,63,202); }

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