#2497A7

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

Shades of Pelorous #2497A7

Tints of Pelorous #2497A7

Color information

#2497A7 (or 0x2497A7) is unknown color: approx Pelorous. HEX triplet: 24, 97 and A7. RGB value is (36,151,167). Sum of RGB (Red+Green+Blue) = 36+151+167=354 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.17% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 167 (65.62% from 255 or 47.18% from 354); Max value from RGB is 167 - color contains mainly: blue. Hex color #2497A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2497A7 is #DB6858. Grayscale: #767676. Windows color (decimal): -14379097 or 10983204. OLE color: 10983204.

HSL color Cylindrical-coordinate representation of color #2497A7: hue angle of 187.33º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2497A7 is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB36151167-
CMYK0.780.1000.35
HSL187.33º64.53%39.8%-
HSV(B)187.33º78.44%65.49%-
XYZ18.7725.340.45-
YUV118.44155.469.2-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.17%
GREEN value IS 151 (59.38% from 255) = 42.66%
BLUE value IS 167 (65.62% from 255) = 47.18%
R=10.17%
G=42.66%
B=47.18%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal361511670.780.1000.35187.3364.5339.8
Hex2497A74EA023bb4128
Octal442272471161204327310150
Binary1001001001011110100111100111010100100011101110111000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2497A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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