#2544BB

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

Shades of Persian Blue #2544BB

Tints of Persian Blue #2544BB

Color information

#2544BB (or 0x2544BB) is unknown color: approx Persian Blue. HEX triplet: 25, 44 and BB. RGB value is (37,68,187). Sum of RGB (Red+Green+Blue) = 37+68+187=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 187 (73.44% from 255 or 64.04% from 292); Max value from RGB is 187 - color contains mainly: blue. Hex color #2544BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2544BB is #DABB44. Grayscale: #474747. Windows color (decimal): -14334789 or 12272677. OLE color: 12272677.

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

Color convert

RGB3768187-
CMYK0.800.6400.27
HSL227.6º66.96%43.92%-
HSV(B)227.6º80.21%73.33%-
XYZ11.88.1247.96-
YUV72.3192.73102.82-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.67%
GREEN value IS 68 (26.95% from 255) = 23.29%
BLUE value IS 187 (73.44% from 255) = 64.04%
R=12.67%
G=23.29%
B=64.04%

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
Decimal37681870.800.6400.27227.666.9643.92
Hex2544BB504001Be4432c
Octal4510427312010003334410354
Binary10010110001001011101110100001000000011011111001001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2544BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,68,187); }

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

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

 a { background-color: rgb(37,68,187); }

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

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

 span { border-color: rgb(37,68,187); }

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