#2530BF

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

Shades of Persian Blue #2530BF

Tints of Persian Blue #2530BF

Color information

#2530BF (or 0x2530BF) is unknown color: approx Persian Blue. HEX triplet: 25, 30 and BF. RGB value is (37,48,191). Sum of RGB (Red+Green+Blue) = 37+48+191=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 191 (75% from 255 or 69.20% from 276); Max value from RGB is 191 - color contains mainly: blue. Hex color #2530BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2530BF is #DACF40. Grayscale: #3C3C3C. Windows color (decimal): -14339905 or 12529701. OLE color: 12529701.

HSL color Cylindrical-coordinate representation of color #2530BF: hue angle of 235.71º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2530BF is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3748191-
CMYK0.810.7500.25
HSL235.71º67.54%44.71%-
HSV(B)235.71º80.63%74.9%-
XYZ11.226.2749.91-
YUV61.01201.36110.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.41%
GREEN value IS 48 (19.14% from 255) = 17.39%
BLUE value IS 191 (75% from 255) = 69.20%
R=13.41%
G=17.39%
B=69.20%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal37481910.810.7500.25235.7167.5444.71
Hex2530BF514B019ec442d
Octal456027712111303135410455
Binary1001011100001011111110100011001011011001111011001000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2530BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2530BF; }

 p { color: rgb(37,48,191); }

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

<style>
 a { background-color: #2530BF; }

 a { background-color: rgb(37,48,191); }

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

<style>
 span { border-color: #2530BF; }

 span { border-color: rgb(37,48,191); }

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