Html Css Color HEX #2591AB Pelorous

📋 copy color: '#2591AB'

red 37 ◦ green 145 ◦ blue 171

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

Shades of Pelorous #2591AB

Tints of Pelorous #2591AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.44%

R = 10.48%
G = 41.08%
B = 48.44%

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

#2591AB (or 0x2591AB) is known color: Pelorous. HEX triplet: 25, 91 and AB. RGB value is (37,145,171). Sum of RGB (Red+Green+Blue) = 37+145+171=353 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.48% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #2591AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2591AB is #DA6E54. Grayscale: #737373. Windows color (decimal): -14315093 or 11243813. OLE color: 11243813.

HSL color Cylindrical-coordinate representation of color #2591AB: hue angle of 191.64º 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 #2591AB is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 145 171 -
CMYK 0.78 0.15 0 0.33
HSL 191.64º 0.64% 0.41% -
HSV(B) 191.64º 0.78% 0.67% -
XYZ 18.24 23.58 42.12 -
YUV 115.67 159.22 71.89 -
System Red Green Blue C M Y K H S L
Decimal 37 145 171 0.78 0.15 0 0.33 191.64 0.64 0.41
Hex 25 91 AB 4E F 0 21 C0 40 29
Octal 45 221 253 116 17 0 41 300 100 51
Binary 100101 10010001 10101011 1001110 1111 0 100001 11000000 1000000 101001

Color Harmonies of #2591AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2591AB

Black with #2591AB

Text Example


Text Example

White with #2591AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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