#248DC3

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

Shades of Pelorous #248DC3

Tints of Pelorous #248DC3

Color information

#248DC3 (or 0x248DC3) is unknown color: approx Pelorous. HEX triplet: 24, 8D and C3. RGB value is (36,141,195). Sum of RGB (Red+Green+Blue) = 36+141+195=372 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.68% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 195 (76.56% from 255 or 52.42% from 372); Max value from RGB is 195 - color contains mainly: blue. Hex color #248DC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248DC3 is #DB723C. Grayscale: #737373. Windows color (decimal): -14381629 or 12815652. OLE color: 12815652.

HSL color Cylindrical-coordinate representation of color #248DC3: hue angle of 200.38º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #248DC3 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB36141195-
CMYK0.820.2800.24
HSL200.38º68.83%45.29%-
HSV(B)200.38º81.54%76.47%-
XYZ20.123.3655.08-
YUV115.76172.7171.11-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.68%
GREEN value IS 141 (55.47% from 255) = 37.90%
BLUE value IS 195 (76.56% from 255) = 52.42%
R=9.68%
G=37.90%
B=52.42%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal361411950.820.2800.24200.3868.8345.29
Hex248DC3521C018c8452d
Octal442153031223403031010555
Binary1001001000110111000011101001011100011000110010001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,141,195); }

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

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

 a { background-color: rgb(36,141,195); }

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

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

 span { border-color: rgb(36,141,195); }

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