Html Css Color HEX #2591AD Pelorous

📋 copy color: '#2591AD'

red 37 ◦ green 145 ◦ blue 173

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

Shades of Pelorous #2591AD

Tints of Pelorous #2591AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 48.73%

R = 10.42%
G = 40.85%
B = 48.73%

CMYK

 C value IS 0.79

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2591AD (or 0x2591AD) is known color: Pelorous. HEX triplet: 25, 91 and AD. RGB value is (37,145,173). Sum of RGB (Red+Green+Blue) = 37+145+173=355 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.42% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #2591AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2591AD is #DA6E52. Grayscale: #737373. Windows color (decimal): -14315091 or 11374885. OLE color: 11374885.

HSL color Cylindrical-coordinate representation of color #2591AD: hue angle of 192.35º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2591AD is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 145 173 -
CMYK 0.79 0.16 0 0.32
HSL 192.35º 0.65% 0.41% -
HSV(B) 192.35º 0.79% 0.68% -
XYZ 18.43 23.66 43.13 -
YUV 115.9 160.22 71.72 -
System Red Green Blue C M Y K H S L
Decimal 37 145 173 0.79 0.16 0 0.32 192.35 0.65 0.41
Hex 25 91 AD 4F 10 0 20 C0 41 29
Octal 45 221 255 117 20 0 40 300 101 51
Binary 100101 10010001 10101101 1001111 10000 0 100000 11000000 1000001 101001

Color Harmonies of #2591AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2591AD

Black with #2591AD

Text Example


Text Example

White with #2591AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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