Html Css Color HEX #2031E4 Persian Blue

📋 copy color: '#2031E4'

red 32 ◦ green 49 ◦ blue 228

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

Shades of Persian Blue #2031E4

Tints of Persian Blue #2031E4

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.86%

 BLUE value IS 228 (89.45% from 255) = 73.79%

R = 10.36%
G = 15.86%
B = 73.79%

CMYK

 C value IS 0.86

 M value IS 0.79

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#2031E4 (or 0x2031E4) is known color: Persian Blue. HEX triplet: 20, 31 and E4. RGB value is (32,49,228). Sum of RGB (Red+Green+Blue) = 32+49+228=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 228 (89.45% from 255 or 73.79% from 309); Max value from RGB is 228 - color contains mainly: blue. Hex color #2031E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2031E4 is #DFCE1B. Grayscale: #3F3F3F. Windows color (decimal): -14667292 or 14954784. OLE color: 14954784.

HSL color Cylindrical-coordinate representation of color #2031E4: hue angle of 234.8º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2031E4 is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 32 49 228 -
CMYK 0.86 0.79 0 0.11
HSL 234.8º 0.78% 0.51% -
HSV(B) 234.8º 0.86% 0.89% -
XYZ 15.7 8.11 74.14 -
YUV 64.32 220.37 104.95 -
System Red Green Blue C M Y K H S L
Decimal 32 49 228 0.86 0.79 0 0.11 234.8 0.78 0.51
Hex 20 31 E4 56 4F 0 B EB 4E 33
Octal 40 61 344 126 117 0 13 353 116 63
Binary 100000 110001 11100100 1010110 1001111 0 1011 11101011 1001110 110011

Color Harmonies of #2031E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2031E4

Black with #2031E4

Text Example


Text Example

White with #2031E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2031E4; }

 p { color: rgb(32,49,228); }

 H1.HeaderClassName
 {
   color: #2031E4;
 }
 .AnyTagClassName
 {
   color: #2031E4;
 }
</style>

background-color css

<style>
 a { background-color: #2031E4; }

 a { background-color: rgb(32,49,228); }

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

border-color css

<style>
 span { border-color: #2031E4; }

 span { border-color: rgb(32,49,228); }

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