Html Css Color HEX #2926BB Persian Blue

📋 copy color: '#2926BB'

red 41 ◦ green 38 ◦ blue 187

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

Shades of Persian Blue #2926BB

Tints of Persian Blue #2926BB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.29%

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

R = 15.41%
G = 14.29%
B = 70.3%

CMYK

 C value IS 0.78

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2926BB (or 0x2926BB) is known color: Persian Blue. HEX triplet: 29, 26 and BB. RGB value is (41,38,187). Sum of RGB (Red+Green+Blue) = 41+38+187=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 187 (73.44% from 255 or 70.30% from 266); Max value from RGB is 187 - color contains mainly: blue. Hex color #2926BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2926BB is #D6D944. Grayscale: #373737. Windows color (decimal): -14080325 or 12265001. OLE color: 12265001.

HSL color Cylindrical-coordinate representation of color #2926BB: hue angle of 241.21º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2926BB is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 38 187 -
CMYK 0.78 0.80 0 0.27
HSL 241.21º 0.66% 0.44% -
HSV(B) 241.21º 0.8% 0.73% -
XYZ 10.58 5.45 47.51 -
YUV 55.88 201.99 117.38 -
System Red Green Blue C M Y K H S L
Decimal 41 38 187 0.78 0.80 0 0.27 241.21 0.66 0.44
Hex 29 26 BB 4E 50 0 1B F1 42 2C
Octal 51 46 273 116 120 0 33 361 102 54
Binary 101001 100110 10111011 1001110 1010000 0 11011 11110001 1000010 101100

Color Harmonies of #2926BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2926BB

Black with #2926BB

Text Example


Text Example

White with #2926BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,38,187); }

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

background-color css

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

 a { background-color: rgb(41,38,187); }

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

border-color css

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

 span { border-color: rgb(41,38,187); }

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