Html Css Color HEX #203FC0 Persian Blue

📋 copy color: '#203FC0'

red 32 ◦ green 63 ◦ blue 192

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

Shades of Persian Blue #203FC0

Tints of Persian Blue #203FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 66.9%

R = 11.15%
G = 21.95%
B = 66.9%

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

#203FC0 (or 0x203FC0) is known color: Persian Blue. HEX triplet: 20, 3F and C0. RGB value is (32,63,192). Sum of RGB (Red+Green+Blue) = 32+63+192=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 192 (75.39% from 255 or 66.90% from 287); Max value from RGB is 192 - color contains mainly: blue. Hex color #203FC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203FC0 is #DFC03F. Grayscale: #434343. Windows color (decimal): -14663744 or 12599072. OLE color: 12599072.

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

Color convert

RGB 32 63 192 -
CMYK 0.83 0.67 0 0.25
HSL 228.38º 0.71% 0.44% -
HSV(B) 228.38º 0.83% 0.75% -
XYZ 11.89 7.67 50.72 -
YUV 68.44 197.73 102.01 -
System Red Green Blue C M Y K H S L
Decimal 32 63 192 0.83 0.67 0 0.25 228.38 0.71 0.44
Hex 20 3F C0 53 43 0 19 E4 47 2C
Octal 40 77 300 123 103 0 31 344 107 54
Binary 100000 111111 11000000 1010011 1000011 0 11001 11100100 1000111 101100

Color Harmonies of #203FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203FC0

Black with #203FC0

Text Example


Text Example

White with #203FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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