#2543BA

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

Shades of Persian Blue #2543BA

Tints of Persian Blue #2543BA

Color information

#2543BA (or 0x2543BA) is unknown color: approx Persian Blue. HEX triplet: 25, 43 and BA. RGB value is (37,67,186). Sum of RGB (Red+Green+Blue) = 37+67+186=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #2543BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2543BA is #DABC45. Grayscale: #474747. Windows color (decimal): -14335046 or 12206885. OLE color: 12206885.

HSL color Cylindrical-coordinate representation of color #2543BA: hue angle of 227.92º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2543BA is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3767186-
CMYK0.800.6400.27
HSL227.92º66.82%43.73%-
HSV(B)227.92º80.11%72.94%-
XYZ11.637.9547.38-
YUV71.6192.56103.32-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.76%
GREEN value IS 67 (26.56% from 255) = 23.10%
BLUE value IS 186 (73.05% from 255) = 64.14%
R=12.76%
G=23.10%
B=64.14%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal37671860.800.6400.27227.9266.8243.73
Hex2543BA504001Be4432c
Octal4510327212010003334410354
Binary10010110000111011101010100001000000011011111001001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2543BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2543BA; }

 p { color: rgb(37,67,186); }

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

<style>
 a { background-color: #2543BA; }

 a { background-color: rgb(37,67,186); }

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

<style>
 span { border-color: #2543BA; }

 span { border-color: rgb(37,67,186); }

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