Shades of Allports #23657B
Tints of Allports #23657B
RGB
CMYK
RGB Variations
Color information
#23657B (or 0x23657B) is known color: Allports. HEX triplet: 23, 65 and 7B. RGB value is (35,101,123). Sum of RGB (Red+Green+Blue) = 35+101+123=259 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.51% from 259); Green value is 101 (39.84% from 255 or 39.00% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 123 - color contains mainly: blue. Hex color #23657B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23657B is #DC9A84. Grayscale: #535353. Windows color (decimal): -14457477 or 8086819. OLE color: 8086819.
HSL color Cylindrical-coordinate representation of color #23657B: hue angle of 195º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23657B is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 35 | 101 | 123 | - |
| CMYK | 0.72 | 0.18 | 0 | 0.52 |
| HSL | 195º | 0.56% | 0.31% | - |
| HSV(B) | 195º | 0.72% | 0.48% | - |
| XYZ | 8.92 | 11.09 | 20.41 | - |
| YUV | 83.77 | 150.13 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 101 | 123 | 0.72 | 0.18 | 0 | 0.52 | 195 | 0.56 | 0.31 |
| Hex | 23 | 65 | 7B | 48 | 12 | 0 | 34 | C3 | 38 | 1F |
| Octal | 43 | 145 | 173 | 110 | 22 | 0 | 64 | 303 | 70 | 37 |
| Binary | 100011 | 1100101 | 1111011 | 1001000 | 10010 | 0 | 110100 | 11000011 | 111000 | 11111 |
Color Harmonies of #23657B
Complementary color
Monochromatic Colors of #23657B
Black with #23657B
Text Example
Text Example
White with #23657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23657B; }
p { color: rgb(35,101,123); }
H1.HeaderClassName
{
color: #23657B;
}
.AnyTagClassName
{
color: #23657B;
}
</style>
background-color css
<style>
a { background-color: #23657B; }
a { background-color: rgb(35,101,123); }
div.DivClassName
{
background-color: #23657B;
}
.BgClassName
{
background-color: #23657B;
}
</style>
border-color css
<style>
span { border-color: #23657B; }
span { border-color: rgb(35,101,123); }
td.TdClassName
{
border-color: #23657B;
}
.TagClassName
{
border-color: #23657B;
}
</style>