#2492BD

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

Shades of Pelorous #2492BD

Tints of Pelorous #2492BD

Color information

#2492BD (or 0x2492BD) is unknown color: approx Pelorous. HEX triplet: 24, 92 and BD. RGB value is (36,146,189). Sum of RGB (Red+Green+Blue) = 36+146+189=371 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.70% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #2492BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2492BD is #DB6D42. Grayscale: #757575. Windows color (decimal): -14380355 or 12423716. OLE color: 12423716.

HSL color Cylindrical-coordinate representation of color #2492BD: hue angle of 196.86º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2492BD is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB36146189-
CMYK0.810.2300.26
HSL196.86º68%44.12%-
HSV(B)196.86º80.95%74.12%-
XYZ20.1924.6151.83-
YUV118.01168.0669.5-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.70%
GREEN value IS 146 (57.42% from 255) = 39.35%
BLUE value IS 189 (74.22% from 255) = 50.94%
R=9.70%
G=39.35%
B=50.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal361461890.810.2300.26196.866844.12
Hex2492BD511701Ac5442c
Octal442222751212703230510454
Binary1001001001001010111101101000110111011010110001011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2492BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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