Html Css Color HEX #203FBE Persian Blue

📋 copy color: '#203FBE'

red 32 ◦ green 63 ◦ blue 190

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

Shades of Persian Blue #203FBE

Tints of Persian Blue #203FBE

RGB

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

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

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

R = 11.23%
G = 22.11%
B = 66.67%

CMYK

 C value IS 0.83

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#203FBE (or 0x203FBE) is known color: Persian Blue. HEX triplet: 20, 3F and BE. RGB value is (32,63,190). Sum of RGB (Red+Green+Blue) = 32+63+190=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 190 (74.61% from 255 or 66.67% from 285); Max value from RGB is 190 - color contains mainly: blue. Hex color #203FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203FBE is #DFC041. Grayscale: #434343. Windows color (decimal): -14663746 or 12468000. OLE color: 12468000.

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

Color convert

RGB 32 63 190 -
CMYK 0.83 0.67 0 0.25
HSL 228.23º 0.71% 0.44% -
HSV(B) 228.23º 0.83% 0.75% -
XYZ 11.67 7.58 49.56 -
YUV 68.21 196.73 102.17 -
System Red Green Blue C M Y K H S L
Decimal 32 63 190 0.83 0.67 0 0.25 228.23 0.71 0.44
Hex 20 3F BE 53 43 0 19 E4 47 2C
Octal 40 77 276 123 103 0 31 344 107 54
Binary 100000 111111 10111110 1010011 1000011 0 11001 11100100 1000111 101100

Color Harmonies of #203FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203FBE

Black with #203FBE

Text Example


Text Example

White with #203FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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