Html Css Color HEX #203EBC Persian Blue

📋 copy color: '#203EBC'

red 32 ◦ green 62 ◦ blue 188

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

Shades of Persian Blue #203EBC

Tints of Persian Blue #203EBC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.99%

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

R = 11.35%
G = 21.99%
B = 66.67%

CMYK

 C value IS 0.83

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#203EBC (or 0x203EBC) is known color: Persian Blue. HEX triplet: 20, 3E and BC. RGB value is (32,62,188). Sum of RGB (Red+Green+Blue) = 32+62+188=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 188 (73.83% from 255 or 66.67% from 282); Max value from RGB is 188 - color contains mainly: blue. Hex color #203EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203EBC is #DFC143. Grayscale: #424242. Windows color (decimal): -14664004 or 12336672. OLE color: 12336672.

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

Color convert

RGB 32 62 188 -
CMYK 0.83 0.67 0 0.26
HSL 228.46º 0.71% 0.43% -
HSV(B) 228.46º 0.83% 0.74% -
XYZ 11.4 7.38 48.4 -
YUV 67.39 196.06 102.75 -
System Red Green Blue C M Y K H S L
Decimal 32 62 188 0.83 0.67 0 0.26 228.46 0.71 0.43
Hex 20 3E BC 53 43 0 1A E4 47 2B
Octal 40 76 274 123 103 0 32 344 107 53
Binary 100000 111110 10111100 1010011 1000011 0 11010 11100100 1000111 101011

Color Harmonies of #203EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203EBC

Black with #203EBC

Text Example


Text Example

White with #203EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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