#2490B3

Color #2490B3 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #2490B3

Tints of Pelorous #2490B3

Color information

#2490B3 (or 0x2490B3) is unknown color: approx Pelorous. HEX triplet: 24, 90 and B3. RGB value is (36,144,179). Sum of RGB (Red+Green+Blue) = 36+144+179=359 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.03% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 179 (70.31% from 255 or 49.86% from 359); Max value from RGB is 179 - color contains mainly: blue. Hex color #2490B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2490B3 is #DB6F4C. Grayscale: #737373. Windows color (decimal): -14380877 or 11767844. OLE color: 11767844.

HSL color Cylindrical-coordinate representation of color #2490B3: hue angle of 194.69º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2490B3 is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB36144179-
CMYK0.800.2000.30
HSL194.69º66.51%42.16%-
HSV(B)194.69º79.89%70.2%-
XYZ18.8423.5846.21-
YUV115.7163.7271.15-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.03%
GREEN value IS 144 (56.64% from 255) = 40.11%
BLUE value IS 179 (70.31% from 255) = 49.86%
R=10.03%
G=40.11%
B=49.86%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal361441790.800.2000.30194.6966.5142.16
Hex2490B3501401Ec3432a
Octal442202631202403630310352
Binary1001001001000010110011101000010100011110110000111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2490B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2490B3;
 }
 .AnyTagClassName
 {
   color: #2490B3;
 }
</style>
background-color css

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

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

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

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

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

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