Html Css Color HEX #203EEC Persian Blue

📋 copy color: '#203EEC'

red 32 ◦ green 62 ◦ blue 236

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

Shades of Persian Blue #203EEC

Tints of Persian Blue #203EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 71.52%

R = 9.7%
G = 18.79%
B = 71.52%

CMYK

 C value IS 0.86

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#203EEC (or 0x203EEC) is known color: Persian Blue. HEX triplet: 20, 3E and EC. RGB value is (32,62,236). Sum of RGB (Red+Green+Blue) = 32+62+236=330 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.70% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 236 (92.58% from 255 or 71.52% from 330); Max value from RGB is 236 - color contains mainly: blue. Hex color #203EEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #203EEC is #DFC113. Grayscale: #484848. Windows color (decimal): -14663956 or 15482400. OLE color: 15482400.

HSL color Cylindrical-coordinate representation of color #203EEC: hue angle of 231.18º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #203EEC is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 62 236 -
CMYK 0.86 0.74 0 0.07
HSL 231.18º 0.84% 0.53% -
HSV(B) 231.18º 0.86% 0.93% -
XYZ 17.46 9.81 80.33 -
YUV 72.87 220.06 98.85 -
System Red Green Blue C M Y K H S L
Decimal 32 62 236 0.86 0.74 0 0.07 231.18 0.84 0.53
Hex 20 3E EC 56 4A 0 7 E7 54 35
Octal 40 76 354 126 112 0 7 347 124 65
Binary 100000 111110 11101100 1010110 1001010 0 111 11100111 1010100 110101

Color Harmonies of #203EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203EEC

Black with #203EEC

Text Example


Text Example

White with #203EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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