Html Css Color HEX #2819BA Persian Blue

📋 copy color: '#2819BA'

red 40 ◦ green 25 ◦ blue 186

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

Shades of Persian Blue #2819BA

Tints of Persian Blue #2819BA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.96%

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

R = 15.94%
G = 9.96%
B = 74.1%

CMYK

 C value IS 0.78

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2819BA (or 0x2819BA) is known color: Persian Blue. HEX triplet: 28, 19 and BA. RGB value is (40,25,186). Sum of RGB (Red+Green+Blue) = 40+25+186=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 186 (73.05% from 255 or 74.10% from 251); Max value from RGB is 186 - color contains mainly: blue. Hex color #2819BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2819BA is #D7E645. Grayscale: #2F2F2F. Windows color (decimal): -14149190 or 12196136. OLE color: 12196136.

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

Color convert

RGB 40 25 186 -
CMYK 0.78 0.87 0 0.27
HSL 245.59º 0.76% 0.41% -
HSV(B) 245.59º 0.87% 0.73% -
XYZ 10.09 4.69 46.83 -
YUV 47.84 205.97 122.41 -
System Red Green Blue C M Y K H S L
Decimal 40 25 186 0.78 0.87 0 0.27 245.59 0.76 0.41
Hex 28 19 BA 4E 57 0 1B F6 4C 29
Octal 50 31 272 116 127 0 33 366 114 51
Binary 101000 11001 10111010 1001110 1010111 0 11011 11110110 1001100 101001

Color Harmonies of #2819BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2819BA

Black with #2819BA

Text Example


Text Example

White with #2819BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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