#2492AF

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

Shades of Pelorous #2492AF

Tints of Pelorous #2492AF

Color information

#2492AF (or 0x2492AF) is unknown color: approx Pelorous. HEX triplet: 24, 92 and AF. RGB value is (36,146,175). Sum of RGB (Red+Green+Blue) = 36+146+175=357 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.08% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #2492AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2492AF is #DB6D50. Grayscale: #747474. Windows color (decimal): -14380369 or 11506212. OLE color: 11506212.

HSL color Cylindrical-coordinate representation of color #2492AF: hue angle of 192.52º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2492AF is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB36146175-
CMYK0.790.1700.31
HSL192.52º65.88%41.37%-
HSV(B)192.52º79.43%68.63%-
XYZ18.7424.0344.21-
YUV116.42161.0670.64-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.08%
GREEN value IS 146 (57.42% from 255) = 40.90%
BLUE value IS 175 (68.75% from 255) = 49.02%
R=10.08%
G=40.90%
B=49.02%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal361461750.790.1700.31192.5265.8841.37
Hex2492AF4F1101Fc14229
Octal442222571172103730110251
Binary1001001001001010101111100111110001011111110000011000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2492AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2492AF; }

 p { color: rgb(36,146,175); }

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

<style>
 a { background-color: #2492AF; }

 a { background-color: rgb(36,146,175); }

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

<style>
 span { border-color: #2492AF; }

 span { border-color: rgb(36,146,175); }

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