Html Css Color HEX #203DBE Persian Blue

📋 copy color: '#203DBE'

red 32 ◦ green 61 ◦ blue 190

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

Shades of Persian Blue #203DBE

Tints of Persian Blue #203DBE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.55%

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

R = 11.31%
G = 21.55%
B = 67.14%

CMYK

 C value IS 0.83

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#203DBE (or 0x203DBE) is known color: Persian Blue. HEX triplet: 20, 3D and BE. RGB value is (32,61,190). Sum of RGB (Red+Green+Blue) = 32+61+190=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 190 (74.61% from 255 or 67.14% from 283); Max value from RGB is 190 - color contains mainly: blue. Hex color #203DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203DBE is #DFC241. Grayscale: #424242. Windows color (decimal): -14664258 or 12467488. OLE color: 12467488.

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

Color convert

RGB 32 61 190 -
CMYK 0.83 0.68 0 0.25
HSL 228.99º 0.71% 0.44% -
HSV(B) 228.99º 0.83% 0.75% -
XYZ 11.56 7.36 49.53 -
YUV 67.04 197.39 103.01 -
System Red Green Blue C M Y K H S L
Decimal 32 61 190 0.83 0.68 0 0.25 228.99 0.71 0.44
Hex 20 3D BE 53 44 0 19 E5 47 2C
Octal 40 75 276 123 104 0 31 345 107 54
Binary 100000 111101 10111110 1010011 1000100 0 11001 11100101 1000111 101100

Color Harmonies of #203DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203DBE

Black with #203DBE

Text Example


Text Example

White with #203DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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