Html Css Color HEX #203BBB Persian Blue

📋 copy color: '#203BBB'

red 32 ◦ green 59 ◦ blue 187

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

Shades of Persian Blue #203BBB

Tints of Persian Blue #203BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 67.27%

R = 11.51%
G = 21.22%
B = 67.27%

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

#203BBB (or 0x203BBB) is known color: Persian Blue. HEX triplet: 20, 3B and BB. RGB value is (32,59,187). Sum of RGB (Red+Green+Blue) = 32+59+187=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 59 (23.44% from 255 or 21.22% from 278); Blue value is 187 (73.44% from 255 or 67.27% from 278); Max value from RGB is 187 - color contains mainly: blue. Hex color #203BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203BBB is #DFC444. Grayscale: #404040. Windows color (decimal): -14664773 or 12270368. OLE color: 12270368.

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

Color convert

RGB 32 59 187 -
CMYK 0.83 0.68 0 0.27
HSL 229.55º 0.71% 0.43% -
HSV(B) 229.55º 0.83% 0.73% -
XYZ 11.13 7.02 47.78 -
YUV 65.52 196.55 104.09 -
System Red Green Blue C M Y K H S L
Decimal 32 59 187 0.83 0.68 0 0.27 229.55 0.71 0.43
Hex 20 3B BB 53 44 0 1B E6 47 2B
Octal 40 73 273 123 104 0 33 346 107 53
Binary 100000 111011 10111011 1010011 1000100 0 11011 11100110 1000111 101011

Color Harmonies of #203BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203BBB

Black with #203BBB

Text Example


Text Example

White with #203BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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