Shades of Pelorous #238AC2
Tints of Pelorous #238AC2
RGB
CMYK
RGB Variations
Color information
#238AC2 (or 0x238AC2) is known color: Pelorous. HEX triplet: 23, 8A and C2. RGB value is (35,138,194). Sum of RGB (Red+Green+Blue) = 35+138+194=367 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.54% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 194 (76.17% from 255 or 52.86% from 367); Max value from RGB is 194 - color contains mainly: blue. Hex color #238AC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238AC2 is #DC753D. Grayscale: #717171. Windows color (decimal): -14447934 or 12749347. OLE color: 12749347.
HSL color Cylindrical-coordinate representation of color #238AC2: hue angle of 201.13º 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 #238AC2 is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 138 | 194 | - |
| CMYK | 0.82 | 0.29 | 0 | 0.24 |
| HSL | 201.13º | 0.69% | 0.45% | - |
| HSV(B) | 201.13º | 0.82% | 0.76% | - |
| XYZ | 19.52 | 22.43 | 54.34 | - |
| YUV | 113.59 | 173.38 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 138 | 194 | 0.82 | 0.29 | 0 | 0.24 | 201.13 | 0.69 | 0.45 |
| Hex | 23 | 8A | C2 | 52 | 1D | 0 | 18 | C9 | 45 | 2D |
| Octal | 43 | 212 | 302 | 122 | 35 | 0 | 30 | 311 | 105 | 55 |
| Binary | 100011 | 10001010 | 11000010 | 1010010 | 11101 | 0 | 11000 | 11001001 | 1000101 | 101101 |
Color Harmonies of #238AC2
Complementary color
Monochromatic Colors of #238AC2
Black with #238AC2
Text Example
Text Example
White with #238AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238AC2; }
p { color: rgb(35,138,194); }
H1.HeaderClassName
{
color: #238AC2;
}
.AnyTagClassName
{
color: #238AC2;
}
</style>
background-color css
<style>
a { background-color: #238AC2; }
a { background-color: rgb(35,138,194); }
div.DivClassName
{
background-color: #238AC2;
}
.BgClassName
{
background-color: #238AC2;
}
</style>
border-color css
<style>
span { border-color: #238AC2; }
span { border-color: rgb(35,138,194); }
td.TdClassName
{
border-color: #238AC2;
}
.TagClassName
{
border-color: #238AC2;
}
</style>