Html Css Color HEX #203F8D Tory Blue

📋 copy color: '#203F8D'

red 32 ◦ green 63 ◦ blue 141

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

Shades of Tory Blue #203F8D

Tints of Tory Blue #203F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 59.75%

R = 13.56%
G = 26.69%
B = 59.75%

CMYK

 C value IS 0.77

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#203F8D (or 0x203F8D) is known color: Tory Blue. HEX triplet: 20, 3F and 8D. RGB value is (32,63,141). Sum of RGB (Red+Green+Blue) = 32+63+141=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 141 (55.47% from 255 or 59.75% from 236); Max value from RGB is 141 - color contains mainly: blue. Hex color #203F8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203F8D is #DFC072. Grayscale: #3E3E3E. Windows color (decimal): -14663795 or 9256736. OLE color: 9256736.

HSL color Cylindrical-coordinate representation of color #203F8D: hue angle of 222.94º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #203F8D is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 32 63 141 -
CMYK 0.77 0.55 0 0.45
HSL 222.94º 0.63% 0.34% -
HSV(B) 222.94º 0.77% 0.55% -
XYZ 7.18 5.79 25.94 -
YUV 62.62 172.23 106.16 -
System Red Green Blue C M Y K H S L
Decimal 32 63 141 0.77 0.55 0 0.45 222.94 0.63 0.34
Hex 20 3F 8D 4D 37 0 2D DF 3F 22
Octal 40 77 215 115 67 0 55 337 77 42
Binary 100000 111111 10001101 1001101 110111 0 101101 11011111 111111 100010

Color Harmonies of #203F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203F8D

Black with #203F8D

Text Example


Text Example

White with #203F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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