#248EAA

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

Shades of Pelorous #248EAA

Tints of Pelorous #248EAA

Color information

#248EAA (or 0x248EAA) is unknown color: approx Pelorous. HEX triplet: 24, 8E and AA. RGB value is (36,142,170). Sum of RGB (Red+Green+Blue) = 36+142+170=348 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.34% from 348); Green value is 142 (55.86% from 255 or 40.80% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #248EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248EAA is #DB7155. Grayscale: #717171. Windows color (decimal): -14381398 or 11177508. OLE color: 11177508.

HSL color Cylindrical-coordinate representation of color #248EAA: hue angle of 192.54º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #248EAA is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB36142170-
CMYK0.790.1600.33
HSL192.54º65.05%40.39%-
HSV(B)192.54º78.82%66.67%-
XYZ17.6622.6241.47-
YUV113.5159.8872.72-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.34%
GREEN value IS 142 (55.86% from 255) = 40.80%
BLUE value IS 170 (66.80% from 255) = 48.85%
R=10.34%
G=40.80%
B=48.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal361421700.790.1600.33192.5465.0540.39
Hex248EAA4F10021c14128
Octal442162521172004130110150
Binary10010010001110101010101001111100000100001110000011000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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