Html Css Color HEX #2590AD Pelorous

📋 copy color: '#2590AD'

red 37 ◦ green 144 ◦ blue 173

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

Shades of Pelorous #2590AD

Tints of Pelorous #2590AD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.68%

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

R = 10.45%
G = 40.68%
B = 48.87%

CMYK

 C value IS 0.79

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2590AD (or 0x2590AD) is known color: Pelorous. HEX triplet: 25, 90 and AD. RGB value is (37,144,173). Sum of RGB (Red+Green+Blue) = 37+144+173=354 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.45% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #2590AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2590AD is #DA6F52. Grayscale: #737373. Windows color (decimal): -14315347 or 11374629. OLE color: 11374629.

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

Color convert

RGB 37 144 173 -
CMYK 0.79 0.17 0 0.32
HSL 192.79º 0.65% 0.41% -
HSV(B) 192.79º 0.79% 0.68% -
XYZ 18.28 23.36 43.08 -
YUV 115.31 160.55 72.14 -
System Red Green Blue C M Y K H S L
Decimal 37 144 173 0.79 0.17 0 0.32 192.79 0.65 0.41
Hex 25 90 AD 4F 11 0 20 C1 41 29
Octal 45 220 255 117 21 0 40 301 101 51
Binary 100101 10010000 10101101 1001111 10001 0 100000 11000001 1000001 101001

Color Harmonies of #2590AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2590AD

Black with #2590AD

Text Example


Text Example

White with #2590AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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