Html Css Color HEX #203AB9 Persian Blue

📋 copy color: '#203AB9'

red 32 ◦ green 58 ◦ blue 185

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

Shades of Persian Blue #203AB9

Tints of Persian Blue #203AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 67.27%

R = 11.64%
G = 21.09%
B = 67.27%

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

#203AB9 (or 0x203AB9) is known color: Persian Blue. HEX triplet: 20, 3A and B9. RGB value is (32,58,185). Sum of RGB (Red+Green+Blue) = 32+58+185=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 185 (72.66% from 255 or 67.27% from 275); Max value from RGB is 185 - color contains mainly: blue. Hex color #203AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203AB9 is #DFC546. Grayscale: #404040. Windows color (decimal): -14665031 or 12139040. OLE color: 12139040.

HSL color Cylindrical-coordinate representation of color #203AB9: hue angle of 229.8º 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 #203AB9 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 32 58 185 -
CMYK 0.83 0.69 0 0.27
HSL 229.8º 0.71% 0.43% -
HSV(B) 229.8º 0.83% 0.73% -
XYZ 10.87 6.84 46.65 -
YUV 64.7 195.89 104.67 -
System Red Green Blue C M Y K H S L
Decimal 32 58 185 0.83 0.69 0 0.27 229.8 0.71 0.43
Hex 20 3A B9 53 45 0 1B E6 47 2B
Octal 40 72 271 123 105 0 33 346 107 53
Binary 100000 111010 10111001 1010011 1000101 0 11011 11100110 1000111 101011

Color Harmonies of #203AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203AB9

Black with #203AB9

Text Example


Text Example

White with #203AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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