#3134D3

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

Shades of Persian Blue #3134D3

Tints of Persian Blue #3134D3

Color information

#3134D3 (or 0x3134D3) is unknown color: approx Persian Blue. HEX triplet: 31, 34 and D3. RGB value is (49,52,211). Sum of RGB (Red+Green+Blue) = 49+52+211=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 211 (82.81% from 255 or 67.63% from 312); Max value from RGB is 211 - color contains mainly: blue. Hex color #3134D3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3134D3 is #CECB2C. Grayscale: #444444. Windows color (decimal): -13552429 or 13841457. OLE color: 13841457.

HSL color Cylindrical-coordinate representation of color #3134D3: hue angle of 238.89º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3134D3 is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB4952211-
CMYK0.770.7500.17
HSL238.89º64.8%50.98%-
HSV(B)238.89º76.78%82.75%-
XYZ14.257.8162.38-
YUV69.23208.01113.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.71%
GREEN value IS 52 (20.70% from 255) = 16.67%
BLUE value IS 211 (82.81% from 255) = 67.63%
R=15.71%
G=16.67%
B=67.63%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal49522110.770.7500.17238.8964.850.98
Hex3134D34D4B011ef4133
Octal616432311511302135710163
Binary1100011101001101001110011011001011010001111011111000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3134D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3134D3; }

 p { color: rgb(49,52,211); }

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

<style>
 a { background-color: #3134D3; }

 a { background-color: rgb(49,52,211); }

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

<style>
 span { border-color: #3134D3; }

 span { border-color: rgb(49,52,211); }

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