Html Css Color HEX #2719BB Persian Blue

📋 copy color: '#2719BB'

red 39 ◦ green 25 ◦ blue 187

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

Shades of Persian Blue #2719BB

Tints of Persian Blue #2719BB

RGB

 RED value IS 39 (15.63% from 255) = 15.54%

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

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

R = 15.54%
G = 9.96%
B = 74.5%

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

#2719BB (or 0x2719BB) is known color: Persian Blue. HEX triplet: 27, 19 and BB. RGB value is (39,25,187). Sum of RGB (Red+Green+Blue) = 39+25+187=251 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.54% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 187 (73.44% from 255 or 74.50% from 251); Max value from RGB is 187 - color contains mainly: blue. Hex color #2719BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2719BB is #D8E644. Grayscale: #2F2F2F. Windows color (decimal): -14214725 or 12261671. OLE color: 12261671.

HSL color Cylindrical-coordinate representation of color #2719BB: hue angle of 245.19º 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 #2719BB is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 39 25 187 -
CMYK 0.79 0.87 0 0.27
HSL 245.19º 0.76% 0.42% -
HSV(B) 245.19º 0.87% 0.73% -
XYZ 10.15 4.71 47.39 -
YUV 47.65 206.64 121.83 -
System Red Green Blue C M Y K H S L
Decimal 39 25 187 0.79 0.87 0 0.27 245.19 0.76 0.42
Hex 27 19 BB 4F 57 0 1B F5 4C 2A
Octal 47 31 273 117 127 0 33 365 114 52
Binary 100111 11001 10111011 1001111 1010111 0 11011 11110101 1001100 101010

Color Harmonies of #2719BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2719BB

Black with #2719BB

Text Example


Text Example

White with #2719BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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