Html Css Color HEX #203BE1 Persian Blue

📋 copy color: '#203BE1'

red 32 ◦ green 59 ◦ blue 225

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

Shades of Persian Blue #203BE1

Tints of Persian Blue #203BE1

RGB

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

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

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

R = 10.13%
G = 18.67%
B = 71.2%

CMYK

 C value IS 0.86

 M value IS 0.74

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#203BE1 (or 0x203BE1) is known color: Persian Blue. HEX triplet: 20, 3B and E1. RGB value is (32,59,225). Sum of RGB (Red+Green+Blue) = 32+59+225=316 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.13% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 225 (88.28% from 255 or 71.20% from 316); Max value from RGB is 225 - color contains mainly: blue. Hex color #203BE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203BE1 is #DFC41E. Grayscale: #454545. Windows color (decimal): -14664735 or 14760736. OLE color: 14760736.

HSL color Cylindrical-coordinate representation of color #203BE1: hue angle of 231.61º 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 #203BE1 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 32 59 225 -
CMYK 0.86 0.74 0 0.12
HSL 231.61º 0.76% 0.5% -
HSV(B) 231.61º 0.86% 0.88% -
XYZ 15.75 8.87 72.12 -
YUV 69.85 215.55 101 -
System Red Green Blue C M Y K H S L
Decimal 32 59 225 0.86 0.74 0 0.12 231.61 0.76 0.5
Hex 20 3B E1 56 4A 0 C E8 4C 32
Octal 40 73 341 126 112 0 14 350 114 62
Binary 100000 111011 11100001 1010110 1001010 0 1100 11101000 1001100 110010

Color Harmonies of #203BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203BE1

Black with #203BE1

Text Example


Text Example

White with #203BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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