Html Css Color HEX #203ABA Persian Blue

📋 copy color: '#203ABA'

red 32 ◦ green 58 ◦ blue 186

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

Shades of Persian Blue #203ABA

Tints of Persian Blue #203ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 67.39%

R = 11.59%
G = 21.01%
B = 67.39%

CMYK

 C value IS 0.83

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#203ABA (or 0x203ABA) is known color: Persian Blue. HEX triplet: 20, 3A and BA. RGB value is (32,58,186). Sum of RGB (Red+Green+Blue) = 32+58+186=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 186 (73.05% from 255 or 67.39% from 276); Max value from RGB is 186 - color contains mainly: blue. Hex color #203ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203ABA is #DFC545. Grayscale: #404040. Windows color (decimal): -14665030 or 12204576. OLE color: 12204576.

HSL color Cylindrical-coordinate representation of color #203ABA: hue angle of 229.87º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #203ABA is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 32 58 186 -
CMYK 0.83 0.69 0 0.27
HSL 229.87º 0.71% 0.43% -
HSV(B) 229.87º 0.83% 0.73% -
XYZ 10.97 6.88 47.2 -
YUV 64.82 196.39 104.59 -
System Red Green Blue C M Y K H S L
Decimal 32 58 186 0.83 0.69 0 0.27 229.87 0.71 0.43
Hex 20 3A BA 53 45 0 1B E6 47 2B
Octal 40 72 272 123 105 0 33 346 107 53
Binary 100000 111010 10111010 1010011 1000101 0 11011 11100110 1000111 101011

Color Harmonies of #203ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203ABA

Black with #203ABA

Text Example


Text Example

White with #203ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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