#2930BE

Color #2930BE Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2930BE

Tints of Persian Blue #2930BE

Color information

#2930BE (or 0x2930BE) is unknown color: approx Persian Blue. HEX triplet: 29, 30 and BE. RGB value is (41,48,190). Sum of RGB (Red+Green+Blue) = 41+48+190=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 190 (74.61% from 255 or 68.10% from 279); Max value from RGB is 190 - color contains mainly: blue. Hex color #2930BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2930BE is #D6CF41. Grayscale: #3D3D3D. Windows color (decimal): -14077762 or 12464169. OLE color: 12464169.

HSL color Cylindrical-coordinate representation of color #2930BE: hue angle of 237.18º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2930BE is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4148190-
CMYK0.780.7500.25
HSL237.18º64.5%45.29%-
HSV(B)237.18º78.42%74.51%-
XYZ11.276.349.34-
YUV62.1200.18112.95-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.70%
GREEN value IS 48 (19.14% from 255) = 17.20%
BLUE value IS 190 (74.61% from 255) = 68.10%
R=14.70%
G=17.20%
B=68.10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41481900.780.7500.25237.1864.545.29
Hex2930BE4E4B019ed412d
Octal516027611611303135510155
Binary1010011100001011111010011101001011011001111011011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2930BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2930BE; }

 p { color: rgb(41,48,190); }

 H1.HeaderClassName
 {
   color: #2930BE;
 }
 .AnyTagClassName
 {
   color: #2930BE;
 }
</style>
background-color css

<style>
 a { background-color: #2930BE; }

 a { background-color: rgb(41,48,190); }

 div.DivClassName
 {
   background-color: #2930BE;
 }
 .BgClassName
 {
   background-color: #2930BE;
 }
</style>
border-color css

<style>
 span { border-color: #2930BE; }

 span { border-color: rgb(41,48,190); }

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