Html Css Color HEX #2819BB Persian Blue

📋 copy color: '#2819BB'

red 40 ◦ green 25 ◦ blue 187

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

Shades of Persian Blue #2819BB

Tints of Persian Blue #2819BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 74.21%

R = 15.87%
G = 9.92%
B = 74.21%

CMYK

 C value IS 0.79

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2819BB (or 0x2819BB) is known color: Persian Blue. HEX triplet: 28, 19 and BB. RGB value is (40,25,187). Sum of RGB (Red+Green+Blue) = 40+25+187=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 187 (73.44% from 255 or 74.21% from 252); Max value from RGB is 187 - color contains mainly: blue. Hex color #2819BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2819BB is #D7E644. Grayscale: #2F2F2F. Windows color (decimal): -14149189 or 12261672. OLE color: 12261672.

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

Color convert

RGB 40 25 187 -
CMYK 0.79 0.87 0 0.27
HSL 245.56º 0.76% 0.42% -
HSV(B) 245.56º 0.87% 0.73% -
XYZ 10.19 4.73 47.39 -
YUV 47.95 206.47 122.33 -
System Red Green Blue C M Y K H S L
Decimal 40 25 187 0.79 0.87 0 0.27 245.56 0.76 0.42
Hex 28 19 BB 4F 57 0 1B F6 4C 2A
Octal 50 31 273 117 127 0 33 366 114 52
Binary 101000 11001 10111011 1001111 1010111 0 11011 11110110 1001100 101010

Color Harmonies of #2819BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2819BB

Black with #2819BB

Text Example


Text Example

White with #2819BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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