#2540B3

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

Shades of Persian Blue #2540B3

Tints of Persian Blue #2540B3

Color information

#2540B3 (or 0x2540B3) is unknown color: approx Persian Blue. HEX triplet: 25, 40 and B3. RGB value is (37,64,179). Sum of RGB (Red+Green+Blue) = 37+64+179=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 179 (70.31% from 255 or 63.93% from 280); Max value from RGB is 179 - color contains mainly: blue. Hex color #2540B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2540B3 is #DABF4C. Grayscale: #444444. Windows color (decimal): -14335821 or 11747365. OLE color: 11747365.

HSL color Cylindrical-coordinate representation of color #2540B3: hue angle of 228.59º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2540B3 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3764179-
CMYK0.790.6400.30
HSL228.59º65.74%42.35%-
HSV(B)228.59º79.33%70.2%-
XYZ10.737.3143.49-
YUV69.04190.05105.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.21%
GREEN value IS 64 (25.39% from 255) = 22.86%
BLUE value IS 179 (70.31% from 255) = 63.93%
R=13.21%
G=22.86%
B=63.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal37641790.790.6400.30228.5965.7442.35
Hex2540B34F4001Ee5422a
Octal4510026311710003634510252
Binary10010110000001011001110011111000000011110111001011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2540B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2540B3; }

 p { color: rgb(37,64,179); }

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

<style>
 a { background-color: #2540B3; }

 a { background-color: rgb(37,64,179); }

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

<style>
 span { border-color: #2540B3; }

 span { border-color: rgb(37,64,179); }

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