Html Css Color HEX #203DBB Persian Blue

📋 copy color: '#203DBB'

red 32 ◦ green 61 ◦ blue 187

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

Shades of Persian Blue #203DBB

Tints of Persian Blue #203DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 66.79%

R = 11.43%
G = 21.79%
B = 66.79%

CMYK

 C value IS 0.83

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#203DBB (or 0x203DBB) is known color: Persian Blue. HEX triplet: 20, 3D and BB. RGB value is (32,61,187). Sum of RGB (Red+Green+Blue) = 32+61+187=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 187 (73.44% from 255 or 66.79% from 280); Max value from RGB is 187 - color contains mainly: blue. Hex color #203DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203DBB is #DFC244. Grayscale: #424242. Windows color (decimal): -14664261 or 12270880. OLE color: 12270880.

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

Color convert

RGB 32 61 187 -
CMYK 0.83 0.67 0 0.27
HSL 228.77º 0.71% 0.43% -
HSV(B) 228.77º 0.83% 0.73% -
XYZ 11.23 7.23 47.82 -
YUV 66.69 195.89 103.25 -
System Red Green Blue C M Y K H S L
Decimal 32 61 187 0.83 0.67 0 0.27 228.77 0.71 0.43
Hex 20 3D BB 53 43 0 1B E5 47 2B
Octal 40 75 273 123 103 0 33 345 107 53
Binary 100000 111101 10111011 1010011 1000011 0 11011 11100101 1000111 101011

Color Harmonies of #203DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203DBB

Black with #203DBB

Text Example


Text Example

White with #203DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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