Html Css Color HEX #203BCD Persian Blue

📋 copy color: '#203BCD'

red 32 ◦ green 59 ◦ blue 205

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

Shades of Persian Blue #203BCD

Tints of Persian Blue #203BCD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.93%

 BLUE value IS 205 (80.47% from 255) = 69.26%

R = 10.81%
G = 19.93%
B = 69.26%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#203BCD (or 0x203BCD) is known color: Persian Blue. HEX triplet: 20, 3B and CD. RGB value is (32,59,205). Sum of RGB (Red+Green+Blue) = 32+59+205=296 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.81% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 205 (80.47% from 255 or 69.26% from 296); Max value from RGB is 205 - color contains mainly: blue. Hex color #203BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203BCD is #DFC432. Grayscale: #424242. Windows color (decimal): -14664755 or 13450016. OLE color: 13450016.

HSL color Cylindrical-coordinate representation of color #203BCD: hue angle of 230.64º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #203BCD is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 59 205 -
CMYK 0.84 0.71 0 0.20
HSL 230.64º 0.73% 0.46% -
HSV(B) 230.64º 0.84% 0.8% -
XYZ 13.18 7.84 58.58 -
YUV 67.57 205.55 102.63 -
System Red Green Blue C M Y K H S L
Decimal 32 59 205 0.84 0.71 0 0.20 230.64 0.73 0.46
Hex 20 3B CD 54 47 0 14 E7 49 2E
Octal 40 73 315 124 107 0 24 347 111 56
Binary 100000 111011 11001101 1010100 1000111 0 10100 11100111 1001001 101110

Color Harmonies of #203BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203BCD

Black with #203BCD

Text Example


Text Example

White with #203BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,59,205); }

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

background-color css

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

 a { background-color: rgb(32,59,205); }

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

border-color css

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

 span { border-color: rgb(32,59,205); }

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