Html Css Color HEX #203BC9 Persian Blue

📋 copy color: '#203BC9'

red 32 ◦ green 59 ◦ blue 201

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

Shades of Persian Blue #203BC9

Tints of Persian Blue #203BC9

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.21%

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

R = 10.96%
G = 20.21%
B = 68.84%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#203BC9 (or 0x203BC9) is known color: Persian Blue. HEX triplet: 20, 3B and C9. RGB value is (32,59,201). Sum of RGB (Red+Green+Blue) = 32+59+201=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 59 (23.44% from 255 or 20.21% from 292); Blue value is 201 (78.91% from 255 or 68.84% from 292); Max value from RGB is 201 - color contains mainly: blue. Hex color #203BC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203BC9 is #DFC436. Grayscale: #424242. Windows color (decimal): -14664759 or 13187872. OLE color: 13187872.

HSL color Cylindrical-coordinate representation of color #203BC9: hue angle of 230.41º 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 #203BC9 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 32 59 201 -
CMYK 0.84 0.71 0 0.21
HSL 230.41º 0.73% 0.46% -
HSV(B) 230.41º 0.84% 0.79% -
XYZ 12.7 7.65 56.07 -
YUV 67.12 203.55 102.95 -
System Red Green Blue C M Y K H S L
Decimal 32 59 201 0.84 0.71 0 0.21 230.41 0.73 0.46
Hex 20 3B C9 54 47 0 15 E6 49 2E
Octal 40 73 311 124 107 0 25 346 111 56
Binary 100000 111011 11001001 1010100 1000111 0 10101 11100110 1001001 101110

Color Harmonies of #203BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203BC9

Black with #203BC9

Text Example


Text Example

White with #203BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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