#3123BB

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

Shades of Persian Blue #3123BB

Tints of Persian Blue #3123BB

Color information

#3123BB (or 0x3123BB) is unknown color: approx Persian Blue. HEX triplet: 31, 23 and BB. RGB value is (49,35,187). Sum of RGB (Red+Green+Blue) = 49+35+187=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 187 (73.44% from 255 or 69.00% from 271); Max value from RGB is 187 - color contains mainly: blue. Hex color #3123BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3123BB is #CEDC44. Grayscale: #373737. Windows color (decimal): -13556805 or 12264241. OLE color: 12264241.

HSL color Cylindrical-coordinate representation of color #3123BB: hue angle of 245.53º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3123BB is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4935187-
CMYK0.740.8100.27
HSL245.53º68.47%43.53%-
HSV(B)245.53º81.28%73.33%-
XYZ10.845.4447.49-
YUV56.51201.64122.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.08%
GREEN value IS 35 (14.06% from 255) = 12.92%
BLUE value IS 187 (73.44% from 255) = 69.00%
R=18.08%
G=12.92%
B=69.00%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal49351870.740.8100.27245.5368.4743.53
Hex3123BB4A5101Bf6442c
Octal614327311212103336610454
Binary1100011000111011101110010101010001011011111101101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3123BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,35,187); }

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

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

 a { background-color: rgb(49,35,187); }

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

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

 span { border-color: rgb(49,35,187); }

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