Html Css Color HEX #203FB4 Persian Blue

📋 copy color: '#203FB4'

red 32 ◦ green 63 ◦ blue 180

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

Shades of Persian Blue #203FB4

Tints of Persian Blue #203FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 65.45%

R = 11.64%
G = 22.91%
B = 65.45%

CMYK

 C value IS 0.82

 M value IS 0.65

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#203FB4 (or 0x203FB4) is known color: Persian Blue. HEX triplet: 20, 3F and B4. RGB value is (32,63,180). Sum of RGB (Red+Green+Blue) = 32+63+180=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 180 (70.70% from 255 or 65.45% from 275); Max value from RGB is 180 - color contains mainly: blue. Hex color #203FB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203FB4 is #DFC04B. Grayscale: #424242. Windows color (decimal): -14663756 or 11812640. OLE color: 11812640.

HSL color Cylindrical-coordinate representation of color #203FB4: hue angle of 227.43º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #203FB4 is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 32 63 180 -
CMYK 0.82 0.65 0 0.29
HSL 227.43º 0.7% 0.42% -
HSV(B) 227.43º 0.82% 0.71% -
XYZ 10.61 7.16 44 -
YUV 67.07 191.73 102.99 -
System Red Green Blue C M Y K H S L
Decimal 32 63 180 0.82 0.65 0 0.29 227.43 0.7 0.42
Hex 20 3F B4 52 41 0 1D E3 46 2A
Octal 40 77 264 122 101 0 35 343 106 52
Binary 100000 111111 10110100 1010010 1000001 0 11101 11100011 1000110 101010

Color Harmonies of #203FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203FB4

Black with #203FB4

Text Example


Text Example

White with #203FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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