Html Css Color HEX #203BCA Persian Blue

📋 copy color: '#203BCA'

red 32 ◦ green 59 ◦ blue 202

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

Shades of Persian Blue #203BCA

Tints of Persian Blue #203BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 68.94%

R = 10.92%
G = 20.14%
B = 68.94%

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

#203BCA (or 0x203BCA) is known color: Persian Blue. HEX triplet: 20, 3B and CA. RGB value is (32,59,202). Sum of RGB (Red+Green+Blue) = 32+59+202=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 59 (23.44% from 255 or 20.14% from 293); Blue value is 202 (79.30% from 255 or 68.94% from 293); Max value from RGB is 202 - color contains mainly: blue. Hex color #203BCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203BCA is #DFC435. Grayscale: #424242. Windows color (decimal): -14664758 or 13253408. OLE color: 13253408.

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

Color convert

RGB 32 59 202 -
CMYK 0.84 0.71 0 0.21
HSL 230.47º 0.73% 0.46% -
HSV(B) 230.47º 0.84% 0.79% -
XYZ 12.82 7.7 56.69 -
YUV 67.23 204.05 102.87 -
System Red Green Blue C M Y K H S L
Decimal 32 59 202 0.84 0.71 0 0.21 230.47 0.73 0.46
Hex 20 3B CA 54 47 0 15 E6 49 2E
Octal 40 73 312 124 107 0 25 346 111 56
Binary 100000 111011 11001010 1010100 1000111 0 10101 11100110 1001001 101110

Color Harmonies of #203BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203BCA

Black with #203BCA

Text Example


Text Example

White with #203BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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