#248CAA

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

Shades of Pelorous #248CAA

Tints of Pelorous #248CAA

Color information

#248CAA (or 0x248CAA) is unknown color: approx Pelorous. HEX triplet: 24, 8C and AA. RGB value is (36,140,170). Sum of RGB (Red+Green+Blue) = 36+140+170=346 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.40% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #248CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248CAA is #DB7355. Grayscale: #707070. Windows color (decimal): -14381910 or 11176996. OLE color: 11176996.

HSL color Cylindrical-coordinate representation of color #248CAA: hue angle of 193.43º 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 #248CAA is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB36140170-
CMYK0.790.1800.33
HSL193.43º65.05%40.39%-
HSV(B)193.43º78.82%66.67%-
XYZ17.3622.0341.37-
YUV112.32160.5473.56-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.40%
GREEN value IS 140 (55.08% from 255) = 40.46%
BLUE value IS 170 (66.80% from 255) = 49.13%
R=10.40%
G=40.46%
B=49.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal361401700.790.1800.33193.4365.0540.39
Hex248CAA4F12021c14128
Octal442142521172204130110150
Binary10010010001100101010101001111100100100001110000011000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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