#2497BA

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

Shades of Pelorous #2497BA

Tints of Pelorous #2497BA

Color information

#2497BA (or 0x2497BA) is unknown color: approx Pelorous. HEX triplet: 24, 97 and BA. RGB value is (36,151,186). Sum of RGB (Red+Green+Blue) = 36+151+186=373 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.65% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #2497BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2497BA is #DB6845. Grayscale: #787878. Windows color (decimal): -14379078 or 12228388. OLE color: 12228388.

HSL color Cylindrical-coordinate representation of color #2497BA: hue angle of 194º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2497BA is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB36151186-
CMYK0.810.1900.27
HSL194º67.57%43.53%-
HSV(B)194º80.65%72.94%-
XYZ20.6626.0550.39-
YUV120.6164.967.65-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.65%
GREEN value IS 151 (59.38% from 255) = 40.48%
BLUE value IS 186 (73.05% from 255) = 49.87%
R=9.65%
G=40.48%
B=49.87%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal361511860.810.1900.2719467.5743.53
Hex2497BA511301Bc2442c
Octal442272721212303330210454
Binary1001001001011110111010101000110011011011110000101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2497BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2497BA; }

 p { color: rgb(36,151,186); }

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

<style>
 a { background-color: #2497BA; }

 a { background-color: rgb(36,151,186); }

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

<style>
 span { border-color: #2497BA; }

 span { border-color: rgb(36,151,186); }

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