Shades of Curious Blue #2683C8
Tints of Curious Blue #2683C8
RGB
CMYK
RGB Variations
Color information
#2683C8 (or 0x2683C8) is known color: Curious Blue. HEX triplet: 26, 83 and C8. RGB value is (38,131,200). Sum of RGB (Red+Green+Blue) = 38+131+200=369 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.30% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 200 (78.52% from 255 or 54.20% from 369); Max value from RGB is 200 - color contains mainly: blue. Hex color #2683C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2683C8 is #D97C37. Grayscale: #6E6E6E. Windows color (decimal): -14253112 or 13140774. OLE color: 13140774.
HSL color Cylindrical-coordinate representation of color #2683C8: hue angle of 205.56º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2683C8 is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 38 | 131 | 200 | - |
| CMYK | 0.81 | 0.34 | 0 | 0.22 |
| HSL | 205.56º | 0.68% | 0.47% | - |
| HSV(B) | 205.56º | 0.81% | 0.78% | - |
| XYZ | 19.34 | 20.81 | 57.64 | - |
| YUV | 111.06 | 178.19 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 131 | 200 | 0.81 | 0.34 | 0 | 0.22 | 205.56 | 0.68 | 0.47 |
| Hex | 26 | 83 | C8 | 51 | 22 | 0 | 16 | CE | 44 | 2F |
| Octal | 46 | 203 | 310 | 121 | 42 | 0 | 26 | 316 | 104 | 57 |
| Binary | 100110 | 10000011 | 11001000 | 1010001 | 100010 | 0 | 10110 | 11001110 | 1000100 | 101111 |
Color Harmonies of #2683C8
Complementary color
Monochromatic Colors of #2683C8
Black with #2683C8
Text Example
Text Example
White with #2683C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2683C8; }
p { color: rgb(38,131,200); }
H1.HeaderClassName
{
color: #2683C8;
}
.AnyTagClassName
{
color: #2683C8;
}
</style>
background-color css
<style>
a { background-color: #2683C8; }
a { background-color: rgb(38,131,200); }
div.DivClassName
{
background-color: #2683C8;
}
.BgClassName
{
background-color: #2683C8;
}
</style>
border-color css
<style>
span { border-color: #2683C8; }
span { border-color: rgb(38,131,200); }
td.TdClassName
{
border-color: #2683C8;
}
.TagClassName
{
border-color: #2683C8;
}
</style>