#249FB1

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

Shades of Pelorous #249FB1

Tints of Pelorous #249FB1

Color information

#249FB1 (or 0x249FB1) is unknown color: approx Pelorous. HEX triplet: 24, 9F and B1. RGB value is (36,159,177). Sum of RGB (Red+Green+Blue) = 36+159+177=372 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.68% from 372); Green value is 159 (62.5% from 255 or 42.74% from 372); Blue value is 177 (69.53% from 255 or 47.58% from 372); Max value from RGB is 177 - color contains mainly: blue. Hex color #249FB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249FB1 is #DB604E. Grayscale: #7C7C7C. Windows color (decimal): -14377039 or 11640612. OLE color: 11640612.

HSL color Cylindrical-coordinate representation of color #249FB1: hue angle of 187.66º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #249FB1 is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB36159177-
CMYK0.800.1000.31
HSL187.66º66.2%41.76%-
HSV(B)187.66º79.66%69.41%-
XYZ21.0628.3545.96-
YUV124.28157.7565.04-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.68%
GREEN value IS 159 (62.5% from 255) = 42.74%
BLUE value IS 177 (69.53% from 255) = 47.58%
R=9.68%
G=42.74%
B=47.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal361591770.800.1000.31187.6666.241.76
Hex249FB150A01Fbc422a
Octal442372611201203727410252
Binary100100100111111011000110100001010011111101111001000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,159,177); }

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

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

 a { background-color: rgb(36,159,177); }

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

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

 span { border-color: rgb(36,159,177); }

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