Html Css Color HEX #2814BA Persian Blue

📋 copy color: '#2814BA'

red 40 ◦ green 20 ◦ blue 186

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

Shades of Persian Blue #2814BA

Tints of Persian Blue #2814BA

RGB

 RED value IS 40 (16.02% from 255) = 16.26%

 GREEN value IS 20 (8.2% from 255) = 8.13%

 BLUE value IS 186 (73.05% from 255) = 75.61%

R = 16.26%
G = 8.13%
B = 75.61%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2814BA (or 0x2814BA) is known color: Persian Blue. HEX triplet: 28, 14 and BA. RGB value is (40,20,186). Sum of RGB (Red+Green+Blue) = 40+20+186=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 186 (73.05% from 255 or 75.61% from 246); Max value from RGB is 186 - color contains mainly: blue. Hex color #2814BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2814BA is #D7EB45. Grayscale: #2C2C2C. Windows color (decimal): -14150470 or 12194856. OLE color: 12194856.

HSL color Cylindrical-coordinate representation of color #2814BA: hue angle of 247.23º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2814BA is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 20 186 -
CMYK 0.78 0.89 0 0.27
HSL 247.23º 0.81% 0.4% -
HSV(B) 247.23º 0.89% 0.73% -
XYZ 9.99 4.5 46.8 -
YUV 44.9 207.63 124.5 -
System Red Green Blue C M Y K H S L
Decimal 40 20 186 0.78 0.89 0 0.27 247.23 0.81 0.4
Hex 28 14 BA 4E 59 0 1B F7 51 28
Octal 50 24 272 116 131 0 33 367 121 50
Binary 101000 10100 10111010 1001110 1011001 0 11011 11110111 1010001 101000

Color Harmonies of #2814BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2814BA

Black with #2814BA

Text Example


Text Example

White with #2814BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2814BA; }

 p { color: rgb(40,20,186); }

 H1.HeaderClassName
 {
   color: #2814BA;
 }
 .AnyTagClassName
 {
   color: #2814BA;
 }
</style>

background-color css

<style>
 a { background-color: #2814BA; }

 a { background-color: rgb(40,20,186); }

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

border-color css

<style>
 span { border-color: #2814BA; }

 span { border-color: rgb(40,20,186); }

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