Html Css Color HEX #203CC9 Persian Blue

📋 copy color: '#203CC9'

red 32 ◦ green 60 ◦ blue 201

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

Shades of Persian Blue #203CC9

Tints of Persian Blue #203CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 68.6%

R = 10.92%
G = 20.48%
B = 68.6%

CMYK

 C value IS 0.84

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#203CC9 (or 0x203CC9) is known color: Persian Blue. HEX triplet: 20, 3C and C9. RGB value is (32,60,201). Sum of RGB (Red+Green+Blue) = 32+60+201=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 201 (78.91% from 255 or 68.60% from 293); Max value from RGB is 201 - color contains mainly: blue. Hex color #203CC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203CC9 is #DFC336. Grayscale: #434343. Windows color (decimal): -14664503 or 13188128. OLE color: 13188128.

HSL color Cylindrical-coordinate representation of color #203CC9: hue angle of 230.06º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #203CC9 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 32 60 201 -
CMYK 0.84 0.70 0 0.21
HSL 230.06º 0.73% 0.46% -
HSV(B) 230.06º 0.84% 0.79% -
XYZ 12.75 7.76 56.08 -
YUV 67.7 203.22 102.54 -
System Red Green Blue C M Y K H S L
Decimal 32 60 201 0.84 0.70 0 0.21 230.06 0.73 0.46
Hex 20 3C C9 54 46 0 15 E6 49 2E
Octal 40 74 311 124 106 0 25 346 111 56
Binary 100000 111100 11001001 1010100 1000110 0 10101 11100110 1001001 101110

Color Harmonies of #203CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203CC9

Black with #203CC9

Text Example


Text Example

White with #203CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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