#249CBF

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

Shades of Pelorous #249CBF

Tints of Pelorous #249CBF

Color information

#249CBF (or 0x249CBF) is unknown color: approx Pelorous. HEX triplet: 24, 9C and BF. RGB value is (36,156,191). Sum of RGB (Red+Green+Blue) = 36+156+191=383 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.40% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #249CBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249CBF is #DB6340. Grayscale: #7B7B7B. Windows color (decimal): -14377793 or 12557348. OLE color: 12557348.

HSL color Cylindrical-coordinate representation of color #249CBF: hue angle of 193.55º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #249CBF is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB36156191-
CMYK0.810.1800.25
HSL193.55º68.28%44.51%-
HSV(B)193.55º81.15%74.9%-
XYZ22.0227.9153.52-
YUV124.11165.7465.15-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.40%
GREEN value IS 156 (61.33% from 255) = 40.73%
BLUE value IS 191 (75% from 255) = 49.87%
R=9.40%
G=40.73%
B=49.87%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal361561910.810.1800.25193.5568.2844.51
Hex249CBF5112019c2442d
Octal442342771212203130210455
Binary1001001001110010111111101000110010011001110000101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,156,191); }

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

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

 a { background-color: rgb(36,156,191); }

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

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

 span { border-color: rgb(36,156,191); }

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