#249BB7

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

Shades of Pelorous #249BB7

Tints of Pelorous #249BB7

Color information

#249BB7 (or 0x249BB7) is unknown color: approx Pelorous. HEX triplet: 24, 9B and B7. RGB value is (36,155,183). Sum of RGB (Red+Green+Blue) = 36+155+183=374 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.63% from 374); Green value is 155 (60.94% from 255 or 41.44% from 374); Blue value is 183 (71.88% from 255 or 48.93% from 374); Max value from RGB is 183 - color contains mainly: blue. Hex color #249BB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249BB7 is #DB6448. Grayscale: #7A7A7A. Windows color (decimal): -14378057 or 12032804. OLE color: 12032804.

HSL color Cylindrical-coordinate representation of color #249BB7: hue angle of 191.43º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #249BB7 is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB36155183-
CMYK0.800.1500.28
HSL191.43º67.12%42.94%-
HSV(B)191.43º80.33%71.76%-
XYZ2127.2448.95-
YUV122.61162.0866.22-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.63%
GREEN value IS 155 (60.94% from 255) = 41.44%
BLUE value IS 183 (71.88% from 255) = 48.93%
R=9.63%
G=41.44%
B=48.93%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal361551830.800.1500.28191.4367.1242.94
Hex249BB750F01Cbf432b
Octal442332671201703427710353
Binary100100100110111011011110100001111011100101111111000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,155,183); }

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

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

 a { background-color: rgb(36,155,183); }

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

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

 span { border-color: rgb(36,155,183); }

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