Html Css Color HEX #203CE1 Persian Blue

📋 copy color: '#203CE1'

red 32 ◦ green 60 ◦ blue 225

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

Shades of Persian Blue #203CE1

Tints of Persian Blue #203CE1

RGB

 RED value IS 32 (12.89% from 255) = 10.09%

 GREEN value IS 60 (23.83% from 255) = 18.93%

 BLUE value IS 225 (88.28% from 255) = 70.98%

R = 10.09%
G = 18.93%
B = 70.98%

CMYK

 C value IS 0.86

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#203CE1 (or 0x203CE1) is known color: Persian Blue. HEX triplet: 20, 3C and E1. RGB value is (32,60,225). Sum of RGB (Red+Green+Blue) = 32+60+225=317 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.09% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 225 (88.28% from 255 or 70.98% from 317); Max value from RGB is 225 - color contains mainly: blue. Hex color #203CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203CE1 is #DFC31E. Grayscale: #454545. Windows color (decimal): -14664479 or 14760992. OLE color: 14760992.

HSL color Cylindrical-coordinate representation of color #203CE1: hue angle of 231.3º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #203CE1 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 32 60 225 -
CMYK 0.86 0.73 0 0.12
HSL 231.3º 0.76% 0.5% -
HSV(B) 231.3º 0.86% 0.88% -
XYZ 15.8 8.98 72.13 -
YUV 70.44 215.22 100.58 -
System Red Green Blue C M Y K H S L
Decimal 32 60 225 0.86 0.73 0 0.12 231.3 0.76 0.5
Hex 20 3C E1 56 49 0 C E7 4C 32
Octal 40 74 341 126 111 0 14 347 114 62
Binary 100000 111100 11100001 1010110 1001001 0 1100 11100111 1001100 110010

Color Harmonies of #203CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203CE1

Black with #203CE1

Text Example


Text Example

White with #203CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203CE1; }

 p { color: rgb(32,60,225); }

 H1.HeaderClassName
 {
   color: #203CE1;
 }
 .AnyTagClassName
 {
   color: #203CE1;
 }
</style>

background-color css

<style>
 a { background-color: #203CE1; }

 a { background-color: rgb(32,60,225); }

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

border-color css

<style>
 span { border-color: #203CE1; }

 span { border-color: rgb(32,60,225); }

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