Html Css Color HEX #2591AA Pelorous

📋 copy color: '#2591AA'

red 37 ◦ green 145 ◦ blue 170

#2591AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #2591AA

Tints of Pelorous #2591AA

RGB

 RED value IS 37 (14.84% from 255) = 10.51%

 GREEN value IS 145 (57.03% from 255) = 41.19%

 BLUE value IS 170 (66.8% from 255) = 48.3%

R = 10.51%
G = 41.19%
B = 48.3%

CMYK

 C value IS 0.78

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2591AA (or 0x2591AA) is known color: Pelorous. HEX triplet: 25, 91 and AA. RGB value is (37,145,170). Sum of RGB (Red+Green+Blue) = 37+145+170=352 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.51% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #2591AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2591AA is #DA6E55. Grayscale: #737373. Windows color (decimal): -14315094 or 11178277. OLE color: 11178277.

HSL color Cylindrical-coordinate representation of color #2591AA: hue angle of 191.28º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2591AA is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 145 170 -
CMYK 0.78 0.15 0 0.33
HSL 191.28º 0.64% 0.41% -
HSV(B) 191.28º 0.78% 0.67% -
XYZ 18.14 23.55 41.62 -
YUV 115.56 158.72 71.97 -
System Red Green Blue C M Y K H S L
Decimal 37 145 170 0.78 0.15 0 0.33 191.28 0.64 0.41
Hex 25 91 AA 4E F 0 21 BF 40 29
Octal 45 221 252 116 17 0 41 277 100 51
Binary 100101 10010001 10101010 1001110 1111 0 100001 10111111 1000000 101001

Color Harmonies of #2591AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2591AA

Black with #2591AA

Text Example


Text Example

White with #2591AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2591AA;
 }
 .AnyTagClassName
 {
   color: #2591AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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