Html Css Color HEX #2928BB Persian Blue

📋 copy color: '#2928BB'

red 41 ◦ green 40 ◦ blue 187

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

Shades of Persian Blue #2928BB

Tints of Persian Blue #2928BB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.93%

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

R = 15.3%
G = 14.93%
B = 69.78%

CMYK

 C value IS 0.78

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2928BB (or 0x2928BB) is known color: Persian Blue. HEX triplet: 29, 28 and BB. RGB value is (41,40,187). Sum of RGB (Red+Green+Blue) = 41+40+187=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 187 (73.44% from 255 or 69.78% from 268); Max value from RGB is 187 - color contains mainly: blue. Hex color #2928BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2928BB is #D6D744. Grayscale: #383838. Windows color (decimal): -14079813 or 12265513. OLE color: 12265513.

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

Color convert

RGB 41 40 187 -
CMYK 0.78 0.79 0 0.27
HSL 240.41º 0.65% 0.45% -
HSV(B) 240.41º 0.79% 0.73% -
XYZ 10.64 5.58 47.53 -
YUV 57.06 201.33 116.55 -
System Red Green Blue C M Y K H S L
Decimal 41 40 187 0.78 0.79 0 0.27 240.41 0.65 0.45
Hex 29 28 BB 4E 4F 0 1B F0 41 2D
Octal 51 50 273 116 117 0 33 360 101 55
Binary 101001 101000 10111011 1001110 1001111 0 11011 11110000 1000001 101101

Color Harmonies of #2928BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2928BB

Black with #2928BB

Text Example


Text Example

White with #2928BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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