#2591B4

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

Shades of Pelorous #2591B4

Tints of Pelorous #2591B4

Color information

#2591B4 (or 0x2591B4) is unknown color: approx Pelorous. HEX triplet: 25, 91 and B4. RGB value is (37,145,180). Sum of RGB (Red+Green+Blue) = 37+145+180=362 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.22% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 180 (70.70% from 255 or 49.72% from 362); Max value from RGB is 180 - color contains mainly: blue. Hex color #2591B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2591B4 is #DA6E4B. Grayscale: #747474. Windows color (decimal): -14315084 or 11833637. OLE color: 11833637.

HSL color Cylindrical-coordinate representation of color #2591B4: hue angle of 194.69º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2591B4 is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB37145180-
CMYK0.790.1900.29
HSL194.69º65.9%42.55%-
HSV(B)194.69º79.44%70.59%-
XYZ19.1323.9446.79-
YUV116.7163.7271.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.22%
GREEN value IS 145 (57.03% from 255) = 40.06%
BLUE value IS 180 (70.70% from 255) = 49.72%
R=10.22%
G=40.06%
B=49.72%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal371451800.790.1900.29194.6965.942.55
Hex2591B44F1301Dc3422b
Octal452212641172303530310253
Binary1001011001000110110100100111110011011101110000111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2591B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2591B4; }

 p { color: rgb(37,145,180); }

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

<style>
 a { background-color: #2591B4; }

 a { background-color: rgb(37,145,180); }

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

<style>
 span { border-color: #2591B4; }

 span { border-color: rgb(37,145,180); }

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