Html Css Color HEX #2914BC Persian Blue

📋 copy color: '#2914BC'

red 41 ◦ green 20 ◦ blue 188

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

Shades of Persian Blue #2914BC

Tints of Persian Blue #2914BC

RGB

 RED value IS 41 (16.41% from 255) = 16.47%

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

 BLUE value IS 188 (73.83% from 255) = 75.5%

R = 16.47%
G = 8.03%
B = 75.5%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2914BC (or 0x2914BC) is known color: Persian Blue. HEX triplet: 29, 14 and BC. RGB value is (41,20,188). Sum of RGB (Red+Green+Blue) = 41+20+188=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 188 (73.83% from 255 or 75.50% from 249); Max value from RGB is 188 - color contains mainly: blue. Hex color #2914BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2914BC is #D6EB43. Grayscale: #2C2C2C. Windows color (decimal): -14084932 or 12325929. OLE color: 12325929.

HSL color Cylindrical-coordinate representation of color #2914BC: hue angle of 247.5º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2914BC is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 41 20 188 -
CMYK 0.78 0.89 0 0.26
HSL 247.5º 0.81% 0.41% -
HSV(B) 247.5º 0.89% 0.74% -
XYZ 10.24 4.6 47.93 -
YUV 45.43 208.46 124.84 -
System Red Green Blue C M Y K H S L
Decimal 41 20 188 0.78 0.89 0 0.26 247.5 0.81 0.41
Hex 29 14 BC 4E 59 0 1A F8 51 29
Octal 51 24 274 116 131 0 32 370 121 51
Binary 101001 10100 10111100 1001110 1011001 0 11010 11111000 1010001 101001

Color Harmonies of #2914BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2914BC

Black with #2914BC

Text Example


Text Example

White with #2914BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2914BC; }

 p { color: rgb(41,20,188); }

 H1.HeaderClassName
 {
   color: #2914BC;
 }
 .AnyTagClassName
 {
   color: #2914BC;
 }
</style>

background-color css

<style>
 a { background-color: #2914BC; }

 a { background-color: rgb(41,20,188); }

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

border-color css

<style>
 span { border-color: #2914BC; }

 span { border-color: rgb(41,20,188); }

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