Html Css Color HEX #203BBE Persian Blue

📋 copy color: '#203BBE'

red 32 ◦ green 59 ◦ blue 190

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

Shades of Persian Blue #203BBE

Tints of Persian Blue #203BBE

RGB

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

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

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

R = 11.39%
G = 21%
B = 67.62%

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

#203BBE (or 0x203BBE) is known color: Persian Blue. HEX triplet: 20, 3B and BE. RGB value is (32,59,190). Sum of RGB (Red+Green+Blue) = 32+59+190=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 190 (74.61% from 255 or 67.62% from 281); Max value from RGB is 190 - color contains mainly: blue. Hex color #203BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203BBE is #DFC441. Grayscale: #414141. Windows color (decimal): -14664770 or 12466976. OLE color: 12466976.

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

Color convert

RGB 32 59 190 -
CMYK 0.83 0.69 0 0.25
HSL 229.75º 0.71% 0.44% -
HSV(B) 229.75º 0.83% 0.75% -
XYZ 11.45 7.15 49.49 -
YUV 65.86 198.05 103.85 -
System Red Green Blue C M Y K H S L
Decimal 32 59 190 0.83 0.69 0 0.25 229.75 0.71 0.44
Hex 20 3B BE 53 45 0 19 E6 47 2C
Octal 40 73 276 123 105 0 31 346 107 54
Binary 100000 111011 10111110 1010011 1000101 0 11001 11100110 1000111 101100

Color Harmonies of #203BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203BBE

Black with #203BBE

Text Example


Text Example

White with #203BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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