Html Css Color HEX #203DBC Persian Blue

📋 copy color: '#203DBC'

red 32 ◦ green 61 ◦ blue 188

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

Shades of Persian Blue #203DBC

Tints of Persian Blue #203DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 66.9%

R = 11.39%
G = 21.71%
B = 66.9%

CMYK

 C value IS 0.83

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#203DBC (or 0x203DBC) is known color: Persian Blue. HEX triplet: 20, 3D and BC. RGB value is (32,61,188). Sum of RGB (Red+Green+Blue) = 32+61+188=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #203DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203DBC is #DFC243. Grayscale: #424242. Windows color (decimal): -14664260 or 12336416. OLE color: 12336416.

HSL color Cylindrical-coordinate representation of color #203DBC: hue angle of 228.85º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #203DBC is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 32 61 188 -
CMYK 0.83 0.68 0 0.26
HSL 228.85º 0.71% 0.43% -
HSV(B) 228.85º 0.83% 0.74% -
XYZ 11.34 7.28 48.38 -
YUV 66.81 196.39 103.17 -
System Red Green Blue C M Y K H S L
Decimal 32 61 188 0.83 0.68 0 0.26 228.85 0.71 0.43
Hex 20 3D BC 53 44 0 1A E5 47 2B
Octal 40 75 274 123 104 0 32 345 107 53
Binary 100000 111101 10111100 1010011 1000100 0 11010 11100101 1000111 101011

Color Harmonies of #203DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203DBC

Black with #203DBC

Text Example


Text Example

White with #203DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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