#248EB1

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

Shades of Pelorous #248EB1

Tints of Pelorous #248EB1

Color information

#248EB1 (or 0x248EB1) is unknown color: approx Pelorous. HEX triplet: 24, 8E and B1. RGB value is (36,142,177). Sum of RGB (Red+Green+Blue) = 36+142+177=355 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.14% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 177 (69.53% from 255 or 49.86% from 355); Max value from RGB is 177 - color contains mainly: blue. Hex color #248EB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248EB1 is #DB714E. Grayscale: #727272. Windows color (decimal): -14381391 or 11636260. OLE color: 11636260.

HSL color Cylindrical-coordinate representation of color #248EB1: hue angle of 194.89º 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 #248EB1 is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB36142177-
CMYK0.800.2000.31
HSL194.89º66.2%41.76%-
HSV(B)194.89º79.66%69.41%-
XYZ18.3422.945.05-
YUV114.3163.3872.15-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.14%
GREEN value IS 142 (55.86% from 255) = 40%
BLUE value IS 177 (69.53% from 255) = 49.86%
R=10.14%
G=40%
B=49.86%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal361421770.800.2000.31194.8966.241.76
Hex248EB1501401Fc3422a
Octal442162611202403730310252
Binary1001001000111010110001101000010100011111110000111000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248EB1; }

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

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

<style>
 a { background-color: #248EB1; }

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

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

<style>
 span { border-color: #248EB1; }

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

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