Shades of Denim #235EC2
Tints of Denim #235EC2
RGB
CMYK
RGB Variations
Color information
#235EC2 (or 0x235EC2) is known color: Denim. HEX triplet: 23, 5E and C2. RGB value is (35,94,194). Sum of RGB (Red+Green+Blue) = 35+94+194=323 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.84% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 194 (76.17% from 255 or 60.06% from 323); Max value from RGB is 194 - color contains mainly: blue. Hex color #235EC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235EC2 is #DCA13D. Grayscale: #575757. Windows color (decimal): -14459198 or 12738083. OLE color: 12738083.
HSL color Cylindrical-coordinate representation of color #235EC2: hue angle of 217.74º 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 #235EC2 is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 94 | 194 | - |
| CMYK | 0.82 | 0.52 | 0 | 0.24 |
| HSL | 217.74º | 0.69% | 0.45% | - |
| HSV(B) | 217.74º | 0.82% | 0.76% | - |
| XYZ | 14.43 | 12.26 | 52.64 | - |
| YUV | 87.76 | 187.95 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 94 | 194 | 0.82 | 0.52 | 0 | 0.24 | 217.74 | 0.69 | 0.45 |
| Hex | 23 | 5E | C2 | 52 | 34 | 0 | 18 | DA | 45 | 2D |
| Octal | 43 | 136 | 302 | 122 | 64 | 0 | 30 | 332 | 105 | 55 |
| Binary | 100011 | 1011110 | 11000010 | 1010010 | 110100 | 0 | 11000 | 11011010 | 1000101 | 101101 |
Color Harmonies of #235EC2
Complementary color
Monochromatic Colors of #235EC2
Black with #235EC2
Text Example
Text Example
White with #235EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235EC2; }
p { color: rgb(35,94,194); }
H1.HeaderClassName
{
color: #235EC2;
}
.AnyTagClassName
{
color: #235EC2;
}
</style>
background-color css
<style>
a { background-color: #235EC2; }
a { background-color: rgb(35,94,194); }
div.DivClassName
{
background-color: #235EC2;
}
.BgClassName
{
background-color: #235EC2;
}
</style>
border-color css
<style>
span { border-color: #235EC2; }
span { border-color: rgb(35,94,194); }
td.TdClassName
{
border-color: #235EC2;
}
.TagClassName
{
border-color: #235EC2;
}
</style>