Html Css Color HEX #203FBB Persian Blue

📋 copy color: '#203FBB'

red 32 ◦ green 63 ◦ blue 187

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

Shades of Persian Blue #203FBB

Tints of Persian Blue #203FBB

RGB

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

 GREEN value IS 63 (25% from 255) = 22.34%

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

R = 11.35%
G = 22.34%
B = 66.31%

CMYK

 C value IS 0.83

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#203FBB (or 0x203FBB) is known color: Persian Blue. HEX triplet: 20, 3F and BB. RGB value is (32,63,187). Sum of RGB (Red+Green+Blue) = 32+63+187=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 187 (73.44% from 255 or 66.31% from 282); Max value from RGB is 187 - color contains mainly: blue. Hex color #203FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203FBB is #DFC044. Grayscale: #434343. Windows color (decimal): -14663749 or 12271392. OLE color: 12271392.

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

Color convert

RGB 32 63 187 -
CMYK 0.83 0.66 0 0.27
HSL 228º 0.71% 0.43% -
HSV(B) 228º 0.83% 0.73% -
XYZ 11.34 7.45 47.85 -
YUV 67.87 195.23 102.42 -
System Red Green Blue C M Y K H S L
Decimal 32 63 187 0.83 0.66 0 0.27 228 0.71 0.43
Hex 20 3F BB 53 42 0 1B E4 47 2B
Octal 40 77 273 123 102 0 33 344 107 53
Binary 100000 111111 10111011 1010011 1000010 0 11011 11100100 1000111 101011

Color Harmonies of #203FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203FBB

Black with #203FBB

Text Example


Text Example

White with #203FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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