#249BBB

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

Shades of Pelorous #249BBB

Tints of Pelorous #249BBB

Color information

#249BBB (or 0x249BBB) is unknown color: approx Pelorous. HEX triplet: 24, 9B and BB. RGB value is (36,155,187). Sum of RGB (Red+Green+Blue) = 36+155+187=378 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.52% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #249BBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249BBB is #DB6444. Grayscale: #7A7A7A. Windows color (decimal): -14378053 or 12294948. OLE color: 12294948.

HSL color Cylindrical-coordinate representation of color #249BBB: hue angle of 192.72º 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 #249BBB is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB36155187-
CMYK0.810.1700.27
HSL192.72º67.71%43.73%-
HSV(B)192.72º80.75%73.33%-
XYZ21.4227.4151.17-
YUV123.07164.0865.9-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.52%
GREEN value IS 155 (60.94% from 255) = 41.01%
BLUE value IS 187 (73.44% from 255) = 49.47%
R=9.52%
G=41.01%
B=49.47%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal361551870.810.1700.27192.7267.7143.73
Hex249BBB511101Bc1442c
Octal442332731212103330110454
Binary1001001001101110111011101000110001011011110000011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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