Html Css Color HEX #2589AD Pelorous

📋 copy color: '#2589AD'

red 37 ◦ green 137 ◦ blue 173

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

Shades of Pelorous #2589AD

Tints of Pelorous #2589AD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.48%

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

R = 10.66%
G = 39.48%
B = 49.86%

CMYK

 C value IS 0.79

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2589AD (or 0x2589AD) is known color: Pelorous. HEX triplet: 25, 89 and AD. RGB value is (37,137,173). Sum of RGB (Red+Green+Blue) = 37+137+173=347 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.66% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #2589AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2589AD is #DA7652. Grayscale: #6E6E6E. Windows color (decimal): -14317139 or 11372837. OLE color: 11372837.

HSL color Cylindrical-coordinate representation of color #2589AD: hue angle of 195.88º 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 #2589AD is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 137 173 -
CMYK 0.79 0.21 0 0.32
HSL 195.88º 0.65% 0.41% -
HSV(B) 195.88º 0.79% 0.68% -
XYZ 17.25 21.3 42.74 -
YUV 111.2 162.87 75.07 -
System Red Green Blue C M Y K H S L
Decimal 37 137 173 0.79 0.21 0 0.32 195.88 0.65 0.41
Hex 25 89 AD 4F 15 0 20 C4 41 29
Octal 45 211 255 117 25 0 40 304 101 51
Binary 100101 10001001 10101101 1001111 10101 0 100000 11000100 1000001 101001

Color Harmonies of #2589AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2589AD

Black with #2589AD

Text Example


Text Example

White with #2589AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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