Html Css Color HEX #203BBA Persian Blue

📋 copy color: '#203BBA'

red 32 ◦ green 59 ◦ blue 186

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

Shades of Persian Blue #203BBA

Tints of Persian Blue #203BBA

RGB

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

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

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

R = 11.55%
G = 21.3%
B = 67.15%

CMYK

 C value IS 0.83

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#203BBA (or 0x203BBA) is known color: Persian Blue. HEX triplet: 20, 3B and BA. RGB value is (32,59,186). Sum of RGB (Red+Green+Blue) = 32+59+186=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 59 (23.44% from 255 or 21.30% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #203BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203BBA is #DFC445. Grayscale: #404040. Windows color (decimal): -14664774 or 12204832. OLE color: 12204832.

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

Color convert

RGB 32 59 186 -
CMYK 0.83 0.68 0 0.27
HSL 229.48º 0.71% 0.43% -
HSV(B) 229.48º 0.83% 0.73% -
XYZ 11.02 6.98 47.22 -
YUV 65.41 196.05 104.17 -
System Red Green Blue C M Y K H S L
Decimal 32 59 186 0.83 0.68 0 0.27 229.48 0.71 0.43
Hex 20 3B BA 53 44 0 1B E5 47 2B
Octal 40 73 272 123 104 0 33 345 107 53
Binary 100000 111011 10111010 1010011 1000100 0 11011 11100101 1000111 101011

Color Harmonies of #203BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203BBA

Black with #203BBA

Text Example


Text Example

White with #203BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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