Shades of Pelorous #2397AC
Tints of Pelorous #2397AC
RGB
CMYK
RGB Variations
Color information
#2397AC (or 0x2397AC) is known color: Pelorous. HEX triplet: 23, 97 and AC. RGB value is (35,151,172). Sum of RGB (Red+Green+Blue) = 35+151+172=358 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.78% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #2397AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2397AC is #DC6853. Grayscale: #767676. Windows color (decimal): -14444628 or 11310883. OLE color: 11310883.
HSL color Cylindrical-coordinate representation of color #2397AC: hue angle of 189.2º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2397AC is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 151 | 172 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.33 |
| HSL | 189.2º | 0.66% | 0.41% | - |
| HSV(B) | 189.2º | 0.8% | 0.67% | - |
| XYZ | 19.21 | 25.47 | 42.93 | - |
| YUV | 118.71 | 158.07 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 151 | 172 | 0.80 | 0.12 | 0 | 0.33 | 189.2 | 0.66 | 0.41 |
| Hex | 23 | 97 | AC | 50 | C | 0 | 21 | BD | 42 | 29 |
| Octal | 43 | 227 | 254 | 120 | 14 | 0 | 41 | 275 | 102 | 51 |
| Binary | 100011 | 10010111 | 10101100 | 1010000 | 1100 | 0 | 100001 | 10111101 | 1000010 | 101001 |
Color Harmonies of #2397AC
Complementary color
Monochromatic Colors of #2397AC
Black with #2397AC
Text Example
Text Example
White with #2397AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2397AC; }
p { color: rgb(35,151,172); }
H1.HeaderClassName
{
color: #2397AC;
}
.AnyTagClassName
{
color: #2397AC;
}
</style>
background-color css
<style>
a { background-color: #2397AC; }
a { background-color: rgb(35,151,172); }
div.DivClassName
{
background-color: #2397AC;
}
.BgClassName
{
background-color: #2397AC;
}
</style>
border-color css
<style>
span { border-color: #2397AC; }
span { border-color: rgb(35,151,172); }
td.TdClassName
{
border-color: #2397AC;
}
.TagClassName
{
border-color: #2397AC;
}
</style>