#3120B8

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

Shades of Persian Blue #3120B8

Tints of Persian Blue #3120B8

Color information

#3120B8 (or 0x3120B8) is unknown color: approx Persian Blue. HEX triplet: 31, 20 and B8. RGB value is (49,32,184). Sum of RGB (Red+Green+Blue) = 49+32+184=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 184 (72.27% from 255 or 69.43% from 265); Max value from RGB is 184 - color contains mainly: blue. Hex color #3120B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3120B8 is #CEDF47. Grayscale: #353535. Windows color (decimal): -13557576 or 12066865. OLE color: 12066865.

HSL color Cylindrical-coordinate representation of color #3120B8: hue angle of 246.71º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3120B8 is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB4932184-
CMYK0.730.8300.28
HSL246.71º70.37%42.35%-
HSV(B)246.71º82.61%72.16%-
XYZ10.435.1545.79-
YUV54.41201.13124.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.49%
GREEN value IS 32 (12.89% from 255) = 12.08%
BLUE value IS 184 (72.27% from 255) = 69.43%
R=18.49%
G=12.08%
B=69.43%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal49321840.730.8300.28246.7170.3742.35
Hex3120B8495301Cf7462a
Octal614027011112303436710652
Binary1100011000001011100010010011010011011100111101111000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3120B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3120B8; }

 p { color: rgb(49,32,184); }

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

<style>
 a { background-color: #3120B8; }

 a { background-color: rgb(49,32,184); }

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

<style>
 span { border-color: #3120B8; }

 span { border-color: rgb(49,32,184); }

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