#2587B3

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

Shades of Pelorous #2587B3

Tints of Pelorous #2587B3

Color information

#2587B3 (or 0x2587B3) is unknown color: approx Pelorous. HEX triplet: 25, 87 and B3. RGB value is (37,135,179). Sum of RGB (Red+Green+Blue) = 37+135+179=351 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.54% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 179 (70.31% from 255 or 51.00% from 351); Max value from RGB is 179 - color contains mainly: blue. Hex color #2587B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2587B3 is #DA784C. Grayscale: #6E6E6E. Windows color (decimal): -14317645 or 11765541. OLE color: 11765541.

HSL color Cylindrical-coordinate representation of color #2587B3: hue angle of 198.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 #2587B3 is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB37135179-
CMYK0.790.2500.30
HSL198.59º65.74%42.35%-
HSV(B)198.59º79.33%70.2%-
XYZ17.5620.9845.77-
YUV110.71166.5375.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.54%
GREEN value IS 135 (53.12% from 255) = 38.46%
BLUE value IS 179 (70.31% from 255) = 51.00%
R=10.54%
G=38.46%
B=51.00%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal371351790.790.2500.30198.5965.7442.35
Hex2587B34F1901Ec7422a
Octal452072631173103630710252
Binary1001011000011110110011100111111001011110110001111000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2587B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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