Html Css Color HEX #2490AB Pelorous

📋 copy color: '#2490AB'

red 36 ◦ green 144 ◦ blue 171

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

Shades of Pelorous #2490AB

Tints of Pelorous #2490AB

RGB

 RED value IS 36 (14.45% from 255) = 10.26%

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

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

R = 10.26%
G = 41.03%
B = 48.72%

CMYK

 C value IS 0.79

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2490AB (or 0x2490AB) is known color: Pelorous. HEX triplet: 24, 90 and AB. RGB value is (36,144,171). Sum of RGB (Red+Green+Blue) = 36+144+171=351 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.26% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #2490AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2490AB is #DB6F54. Grayscale: #727272. Windows color (decimal): -14380885 or 11243556. OLE color: 11243556.

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

Color convert

RGB 36 144 171 -
CMYK 0.79 0.16 0 0.33
HSL 192º 0.65% 0.41% -
HSV(B) 192º 0.79% 0.67% -
XYZ 18.05 23.26 42.07 -
YUV 114.79 159.72 71.8 -
System Red Green Blue C M Y K H S L
Decimal 36 144 171 0.79 0.16 0 0.33 192 0.65 0.41
Hex 24 90 AB 4F 10 0 21 C0 41 29
Octal 44 220 253 117 20 0 41 300 101 51
Binary 100100 10010000 10101011 1001111 10000 0 100001 11000000 1000001 101001

Color Harmonies of #2490AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2490AB

Black with #2490AB

Text Example


Text Example

White with #2490AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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