Html Css Color HEX #203AC5 Persian Blue

📋 copy color: '#203AC5'

red 32 ◦ green 58 ◦ blue 197

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

Shades of Persian Blue #203AC5

Tints of Persian Blue #203AC5

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.21%

 BLUE value IS 197 (77.34% from 255) = 68.64%

R = 11.15%
G = 20.21%
B = 68.64%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#203AC5 (or 0x203AC5) is known color: Persian Blue. HEX triplet: 20, 3A and C5. RGB value is (32,58,197). Sum of RGB (Red+Green+Blue) = 32+58+197=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 197 (77.34% from 255 or 68.64% from 287); Max value from RGB is 197 - color contains mainly: blue. Hex color #203AC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203AC5 is #DFC53A. Grayscale: #414141. Windows color (decimal): -14665019 or 12925472. OLE color: 12925472.

HSL color Cylindrical-coordinate representation of color #203AC5: hue angle of 230.55º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #203AC5 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 32 58 197 -
CMYK 0.84 0.71 0 0.23
HSL 230.55º 0.72% 0.45% -
HSV(B) 230.55º 0.84% 0.77% -
XYZ 12.19 7.36 53.6 -
YUV 66.07 201.89 103.7 -
System Red Green Blue C M Y K H S L
Decimal 32 58 197 0.84 0.71 0 0.23 230.55 0.72 0.45
Hex 20 3A C5 54 47 0 17 E7 48 2D
Octal 40 72 305 124 107 0 27 347 110 55
Binary 100000 111010 11000101 1010100 1000111 0 10111 11100111 1001000 101101

Color Harmonies of #203AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203AC5

Black with #203AC5

Text Example


Text Example

White with #203AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,58,197); }

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

background-color css

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

 a { background-color: rgb(32,58,197); }

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

border-color css

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

 span { border-color: rgb(32,58,197); }

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