#2934B0

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

Shades of Persian Blue #2934B0

Tints of Persian Blue #2934B0

Color information

#2934B0 (or 0x2934B0) is unknown color: approx Persian Blue. HEX triplet: 29, 34 and B0. RGB value is (41,52,176). Sum of RGB (Red+Green+Blue) = 41+52+176=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 176 (69.14% from 255 or 65.43% from 269); Max value from RGB is 176 - color contains mainly: blue. Hex color #2934B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2934B0 is #D6CB4F. Grayscale: #3E3E3E. Windows color (decimal): -14076752 or 11547689. OLE color: 11547689.

HSL color Cylindrical-coordinate representation of color #2934B0: hue angle of 235.11º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2934B0 is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4152176-
CMYK0.770.7000.31
HSL235.11º62.21%42.55%-
HSV(B)235.11º76.7%69.02%-
XYZ9.986.0641.72-
YUV62.85191.86112.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.24%
GREEN value IS 52 (20.70% from 255) = 19.33%
BLUE value IS 176 (69.14% from 255) = 65.43%
R=15.24%
G=19.33%
B=65.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal41521760.770.7000.31235.1162.2142.55
Hex2934B04D4601Feb3e2b
Octal51642601151060373537653
Binary101001110100101100001001101100011001111111101011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2934B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2934B0; }

 p { color: rgb(41,52,176); }

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

<style>
 a { background-color: #2934B0; }

 a { background-color: rgb(41,52,176); }

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

<style>
 span { border-color: #2934B0; }

 span { border-color: rgb(41,52,176); }

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