#2542BA

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

Shades of Persian Blue #2542BA

Tints of Persian Blue #2542BA

Color information

#2542BA (or 0x2542BA) is unknown color: approx Persian Blue. HEX triplet: 25, 42 and BA. RGB value is (37,66,186). Sum of RGB (Red+Green+Blue) = 37+66+186=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #2542BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2542BA is #DABD45. Grayscale: #464646. Windows color (decimal): -14335302 or 12206629. OLE color: 12206629.

HSL color Cylindrical-coordinate representation of color #2542BA: hue angle of 228.32º 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 #2542BA is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3766186-
CMYK0.800.6500.27
HSL228.32º66.82%43.73%-
HSV(B)228.32º80.11%72.94%-
XYZ11.577.8347.36-
YUV71.01192.89103.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.80%
GREEN value IS 66 (26.17% from 255) = 22.84%
BLUE value IS 186 (73.05% from 255) = 64.36%
R=12.80%
G=22.84%
B=64.36%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal37661860.800.6500.27228.3266.8243.73
Hex2542BA504101Be4432c
Octal4510227212010103334410354
Binary10010110000101011101010100001000001011011111001001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2542BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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