Html Css Color HEX #203ABE Persian Blue

📋 copy color: '#203ABE'

red 32 ◦ green 58 ◦ blue 190

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

Shades of Persian Blue #203ABE

Tints of Persian Blue #203ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 67.86%

R = 11.43%
G = 20.71%
B = 67.86%

CMYK

 C value IS 0.83

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#203ABE (or 0x203ABE) is known color: Persian Blue. HEX triplet: 20, 3A and BE. RGB value is (32,58,190). Sum of RGB (Red+Green+Blue) = 32+58+190=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 190 (74.61% from 255 or 67.86% from 280); Max value from RGB is 190 - color contains mainly: blue. Hex color #203ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203ABE is #DFC541. Grayscale: #404040. Windows color (decimal): -14665026 or 12466720. OLE color: 12466720.

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

Color convert

RGB 32 58 190 -
CMYK 0.83 0.69 0 0.25
HSL 230.13º 0.71% 0.44% -
HSV(B) 230.13º 0.83% 0.75% -
XYZ 11.4 7.05 49.48 -
YUV 65.27 198.39 104.27 -
System Red Green Blue C M Y K H S L
Decimal 32 58 190 0.83 0.69 0 0.25 230.13 0.71 0.44
Hex 20 3A BE 53 45 0 19 E6 47 2C
Octal 40 72 276 123 105 0 31 346 107 54
Binary 100000 111010 10111110 1010011 1000101 0 11001 11100110 1000111 101100

Color Harmonies of #203ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203ABE

Black with #203ABE

Text Example


Text Example

White with #203ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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