Shades of Pelorous #258CC1
Tints of Pelorous #258CC1
RGB
CMYK
RGB Variations
Color information
#258CC1 (or 0x258CC1) is known color: Pelorous. HEX triplet: 25, 8C and C1. RGB value is (37,140,193). Sum of RGB (Red+Green+Blue) = 37+140+193=370 (49% of max value = 765). Red value is 37 (14.84% from 255 or 10% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #258CC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258CC1 is #DA733E. Grayscale: #727272. Windows color (decimal): -14316351 or 12684325. OLE color: 12684325.
HSL color Cylindrical-coordinate representation of color #258CC1: hue angle of 200.38º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #258CC1 is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 140 | 193 | - |
| CMYK | 0.81 | 0.27 | 0 | 0.24 |
| HSL | 200.38º | 0.68% | 0.45% | - |
| HSV(B) | 200.38º | 0.81% | 0.76% | - |
| XYZ | 19.77 | 23 | 53.85 | - |
| YUV | 115.25 | 171.88 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 140 | 193 | 0.81 | 0.27 | 0 | 0.24 | 200.38 | 0.68 | 0.45 |
| Hex | 25 | 8C | C1 | 51 | 1B | 0 | 18 | C8 | 44 | 2D |
| Octal | 45 | 214 | 301 | 121 | 33 | 0 | 30 | 310 | 104 | 55 |
| Binary | 100101 | 10001100 | 11000001 | 1010001 | 11011 | 0 | 11000 | 11001000 | 1000100 | 101101 |
Color Harmonies of #258CC1
Complementary color
Monochromatic Colors of #258CC1
Black with #258CC1
Text Example
Text Example
White with #258CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258CC1; }
p { color: rgb(37,140,193); }
H1.HeaderClassName
{
color: #258CC1;
}
.AnyTagClassName
{
color: #258CC1;
}
</style>
background-color css
<style>
a { background-color: #258CC1; }
a { background-color: rgb(37,140,193); }
div.DivClassName
{
background-color: #258CC1;
}
.BgClassName
{
background-color: #258CC1;
}
</style>
border-color css
<style>
span { border-color: #258CC1; }
span { border-color: rgb(37,140,193); }
td.TdClassName
{
border-color: #258CC1;
}
.TagClassName
{
border-color: #258CC1;
}
</style>