Shades of Pelorous #258CC4
Tints of Pelorous #258CC4
RGB
CMYK
RGB Variations
Color information
#258CC4 (or 0x258CC4) is known color: Pelorous. HEX triplet: 25, 8C and C4. RGB value is (37,140,196). Sum of RGB (Red+Green+Blue) = 37+140+196=373 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.92% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 196 (76.95% from 255 or 52.55% from 373); Max value from RGB is 196 - color contains mainly: blue. Hex color #258CC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258CC4 is #DA733B. Grayscale: #737373. Windows color (decimal): -14316348 or 12880933. OLE color: 12880933.
HSL color Cylindrical-coordinate representation of color #258CC4: hue angle of 201.13º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #258CC4 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 37 | 140 | 196 | - |
| CMYK | 0.81 | 0.29 | 0 | 0.23 |
| HSL | 201.13º | 0.68% | 0.46% | - |
| HSV(B) | 201.13º | 0.81% | 0.77% | - |
| XYZ | 20.1 | 23.14 | 55.63 | - |
| YUV | 115.59 | 173.38 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 140 | 196 | 0.81 | 0.29 | 0 | 0.23 | 201.13 | 0.68 | 0.46 |
| Hex | 25 | 8C | C4 | 51 | 1D | 0 | 17 | C9 | 44 | 2E |
| Octal | 45 | 214 | 304 | 121 | 35 | 0 | 27 | 311 | 104 | 56 |
| Binary | 100101 | 10001100 | 11000100 | 1010001 | 11101 | 0 | 10111 | 11001001 | 1000100 | 101110 |
Color Harmonies of #258CC4
Complementary color
Monochromatic Colors of #258CC4
Black with #258CC4
Text Example
Text Example
White with #258CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258CC4; }
p { color: rgb(37,140,196); }
H1.HeaderClassName
{
color: #258CC4;
}
.AnyTagClassName
{
color: #258CC4;
}
</style>
background-color css
<style>
a { background-color: #258CC4; }
a { background-color: rgb(37,140,196); }
div.DivClassName
{
background-color: #258CC4;
}
.BgClassName
{
background-color: #258CC4;
}
</style>
border-color css
<style>
span { border-color: #258CC4; }
span { border-color: rgb(37,140,196); }
td.TdClassName
{
border-color: #258CC4;
}
.TagClassName
{
border-color: #258CC4;
}
</style>