Html Css Color HEX #2590AB Pelorous

📋 copy color: '#2590AB'

red 37 ◦ green 144 ◦ blue 171

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

Shades of Pelorous #2590AB

Tints of Pelorous #2590AB

RGB

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

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

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

R = 10.51%
G = 40.91%
B = 48.58%

CMYK

 C value IS 0.78

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2590AB (or 0x2590AB) is known color: Pelorous. HEX triplet: 25, 90 and AB. RGB value is (37,144,171). Sum of RGB (Red+Green+Blue) = 37+144+171=352 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.51% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #2590AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2590AB is #DA6F54. Grayscale: #727272. Windows color (decimal): -14315349 or 11243557. OLE color: 11243557.

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

Color convert

RGB 37 144 171 -
CMYK 0.78 0.16 0 0.33
HSL 192.09º 0.64% 0.41% -
HSV(B) 192.09º 0.78% 0.67% -
XYZ 18.09 23.28 42.07 -
YUV 115.09 159.55 72.3 -
System Red Green Blue C M Y K H S L
Decimal 37 144 171 0.78 0.16 0 0.33 192.09 0.64 0.41
Hex 25 90 AB 4E 10 0 21 C0 40 29
Octal 45 220 253 116 20 0 41 300 100 51
Binary 100101 10010000 10101011 1001110 10000 0 100001 11000000 1000000 101001

Color Harmonies of #2590AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2590AB

Black with #2590AB

Text Example


Text Example

White with #2590AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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