Shades of Curious Blue #2689C1
Tints of Curious Blue #2689C1
RGB
CMYK
RGB Variations
Color information
#2689C1 (or 0x2689C1) is known color: Curious Blue. HEX triplet: 26, 89 and C1. RGB value is (38,137,193). Sum of RGB (Red+Green+Blue) = 38+137+193=368 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.33% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 193 (75.78% from 255 or 52.45% from 368); Max value from RGB is 193 - color contains mainly: blue. Hex color #2689C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2689C1 is #D9763E. Grayscale: #717171. Windows color (decimal): -14251583 or 12683558. OLE color: 12683558.
HSL color Cylindrical-coordinate representation of color #2689C1: hue angle of 201.68º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2689C1 is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 137 | 193 | - |
| CMYK | 0.80 | 0.29 | 0 | 0.24 |
| HSL | 201.68º | 0.67% | 0.45% | - |
| HSV(B) | 201.68º | 0.8% | 0.76% | - |
| XYZ | 19.37 | 22.15 | 53.71 | - |
| YUV | 113.78 | 172.7 | 73.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 137 | 193 | 0.80 | 0.29 | 0 | 0.24 | 201.68 | 0.67 | 0.45 |
| Hex | 26 | 89 | C1 | 50 | 1D | 0 | 18 | CA | 43 | 2D |
| Octal | 46 | 211 | 301 | 120 | 35 | 0 | 30 | 312 | 103 | 55 |
| Binary | 100110 | 10001001 | 11000001 | 1010000 | 11101 | 0 | 11000 | 11001010 | 1000011 | 101101 |
Color Harmonies of #2689C1
Complementary color
Monochromatic Colors of #2689C1
Black with #2689C1
Text Example
Text Example
White with #2689C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2689C1; }
p { color: rgb(38,137,193); }
H1.HeaderClassName
{
color: #2689C1;
}
.AnyTagClassName
{
color: #2689C1;
}
</style>
background-color css
<style>
a { background-color: #2689C1; }
a { background-color: rgb(38,137,193); }
div.DivClassName
{
background-color: #2689C1;
}
.BgClassName
{
background-color: #2689C1;
}
</style>
border-color css
<style>
span { border-color: #2689C1; }
span { border-color: rgb(38,137,193); }
td.TdClassName
{
border-color: #2689C1;
}
.TagClassName
{
border-color: #2689C1;
}
</style>