Html Css Color HEX #203DB6 Persian Blue

📋 copy color: '#203DB6'

red 32 ◦ green 61 ◦ blue 182

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

Shades of Persian Blue #203DB6

Tints of Persian Blue #203DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 66.18%

R = 11.64%
G = 22.18%
B = 66.18%

CMYK

 C value IS 0.82

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#203DB6 (or 0x203DB6) is known color: Persian Blue. HEX triplet: 20, 3D and B6. RGB value is (32,61,182). Sum of RGB (Red+Green+Blue) = 32+61+182=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 182 (71.48% from 255 or 66.18% from 275); Max value from RGB is 182 - color contains mainly: blue. Hex color #203DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203DB6 is #DFC249. Grayscale: #414141. Windows color (decimal): -14664266 or 11943200. OLE color: 11943200.

HSL color Cylindrical-coordinate representation of color #203DB6: hue angle of 228.4º 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 #203DB6 is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 32 61 182 -
CMYK 0.82 0.66 0 0.29
HSL 228.4º 0.7% 0.42% -
HSV(B) 228.4º 0.82% 0.71% -
XYZ 10.71 7.02 45.05 -
YUV 66.12 193.39 103.66 -
System Red Green Blue C M Y K H S L
Decimal 32 61 182 0.82 0.66 0 0.29 228.4 0.7 0.42
Hex 20 3D B6 52 42 0 1D E4 46 2A
Octal 40 75 266 122 102 0 35 344 106 52
Binary 100000 111101 10110110 1010010 1000010 0 11101 11100100 1000110 101010

Color Harmonies of #203DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203DB6

Black with #203DB6

Text Example


Text Example

White with #203DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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