Shades of Pelorous #248AAC
Tints of Pelorous #248AAC
RGB
CMYK
RGB Variations
Color information
#248AAC (or 0x248AAC) is known color: Pelorous. HEX triplet: 24, 8A and AC. RGB value is (36,138,172). Sum of RGB (Red+Green+Blue) = 36+138+172=346 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.40% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #248AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248AAC is #DB7553. Grayscale: #6F6F6F. Windows color (decimal): -14382420 or 11307556. OLE color: 11307556.
HSL color Cylindrical-coordinate representation of color #248AAC: hue angle of 195º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #248AAC is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 138 | 172 | - |
| CMYK | 0.79 | 0.20 | 0 | 0.33 |
| HSL | 195º | 0.65% | 0.41% | - |
| HSV(B) | 195º | 0.79% | 0.67% | - |
| XYZ | 17.26 | 21.53 | 42.28 | - |
| YUV | 111.38 | 162.21 | 74.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 172 | 0.79 | 0.20 | 0 | 0.33 | 195 | 0.65 | 0.41 |
| Hex | 24 | 8A | AC | 4F | 14 | 0 | 21 | C3 | 41 | 29 |
| Octal | 44 | 212 | 254 | 117 | 24 | 0 | 41 | 303 | 101 | 51 |
| Binary | 100100 | 10001010 | 10101100 | 1001111 | 10100 | 0 | 100001 | 11000011 | 1000001 | 101001 |
Color Harmonies of #248AAC
Complementary color
Monochromatic Colors of #248AAC
Black with #248AAC
Text Example
Text Example
White with #248AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248AAC; }
p { color: rgb(36,138,172); }
H1.HeaderClassName
{
color: #248AAC;
}
.AnyTagClassName
{
color: #248AAC;
}
</style>
background-color css
<style>
a { background-color: #248AAC; }
a { background-color: rgb(36,138,172); }
div.DivClassName
{
background-color: #248AAC;
}
.BgClassName
{
background-color: #248AAC;
}
</style>
border-color css
<style>
span { border-color: #248AAC; }
span { border-color: rgb(36,138,172); }
td.TdClassName
{
border-color: #248AAC;
}
.TagClassName
{
border-color: #248AAC;
}
</style>