#249EA7

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

Shades of Pelorous #249EA7

Tints of Pelorous #249EA7

Color information

#249EA7 (or 0x249EA7) is unknown color: approx Pelorous. HEX triplet: 24, 9E and A7. RGB value is (36,158,167). Sum of RGB (Red+Green+Blue) = 36+158+167=361 (47% of max value = 765). Red value is 36 (14.45% from 255 or 9.97% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 167 (65.62% from 255 or 46.26% from 361); Max value from RGB is 167 - color contains mainly: blue. Hex color #249EA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249EA7 is #DB6158. Grayscale: #7A7A7A. Windows color (decimal): -14377305 or 10984996. OLE color: 10984996.

HSL color Cylindrical-coordinate representation of color #249EA7: hue angle of 184.12º 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 #249EA7 is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB36158167-
CMYK0.780.0500.35
HSL184.12º64.53%39.8%-
HSV(B)184.12º78.44%65.49%-
XYZ19.9327.6240.84-
YUV122.55153.0866.27-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.97%
GREEN value IS 158 (62.11% from 255) = 43.77%
BLUE value IS 167 (65.62% from 255) = 46.26%
R=9.97%
G=43.77%
B=46.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal361581670.780.0500.35184.1264.5339.8
Hex249EA74E5023b84128
Octal44236247116504327010150
Binary100100100111101010011110011101010100011101110001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249EA7; }

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

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

<style>
 a { background-color: #249EA7; }

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

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

<style>
 span { border-color: #249EA7; }

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

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