Html Css Color HEX #203CD1 Persian Blue

📋 copy color: '#203CD1'

red 32 ◦ green 60 ◦ blue 209

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

Shades of Persian Blue #203CD1

Tints of Persian Blue #203CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 69.44%

R = 10.63%
G = 19.93%
B = 69.44%

CMYK

 C value IS 0.85

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#203CD1 (or 0x203CD1) is known color: Persian Blue. HEX triplet: 20, 3C and D1. RGB value is (32,60,209). Sum of RGB (Red+Green+Blue) = 32+60+209=301 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.63% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 209 (82.03% from 255 or 69.44% from 301); Max value from RGB is 209 - color contains mainly: blue. Hex color #203CD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203CD1 is #DFC32E. Grayscale: #434343. Windows color (decimal): -14664495 or 13712416. OLE color: 13712416.

HSL color Cylindrical-coordinate representation of color #203CD1: hue angle of 230.51º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #203CD1 is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 32 60 209 -
CMYK 0.85 0.71 0 0.18
HSL 230.51º 0.73% 0.47% -
HSV(B) 230.51º 0.85% 0.82% -
XYZ 13.72 8.14 61.17 -
YUV 68.61 207.22 101.88 -
System Red Green Blue C M Y K H S L
Decimal 32 60 209 0.85 0.71 0 0.18 230.51 0.73 0.47
Hex 20 3C D1 55 47 0 12 E7 49 2F
Octal 40 74 321 125 107 0 22 347 111 57
Binary 100000 111100 11010001 1010101 1000111 0 10010 11100111 1001001 101111

Color Harmonies of #203CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203CD1

Black with #203CD1

Text Example


Text Example

White with #203CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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