Shades of Curious Blue #438ACE
Tints of Curious Blue #438ACE
RGB
CMYK
RGB Variations
Color information
#438ACE (or 0x438ACE) is known color: Curious Blue. HEX triplet: 43, 8A and CE. RGB value is (67,138,206). Sum of RGB (Red+Green+Blue) = 67+138+206=411 (54% of max value = 765). Red value is 67 (26.56% from 255 or 16.30% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #438ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438ACE is #BC7531. Grayscale: #7C7C7C. Windows color (decimal): -12350770 or 13535811. OLE color: 13535811.
HSL color Cylindrical-coordinate representation of color #438ACE: hue angle of 209.35º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #438ACE is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 138 | 206 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.19 |
| HSL | 209.35º | 0.59% | 0.54% | - |
| HSV(B) | 209.35º | 0.67% | 0.81% | - |
| XYZ | 22.54 | 23.83 | 61.8 | - |
| YUV | 124.52 | 173.98 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 138 | 206 | 0.67 | 0.33 | 0 | 0.19 | 209.35 | 0.59 | 0.54 |
| Hex | 43 | 8A | CE | 43 | 21 | 0 | 13 | D1 | 3B | 36 |
| Octal | 103 | 212 | 316 | 103 | 41 | 0 | 23 | 321 | 73 | 66 |
| Binary | 1000011 | 10001010 | 11001110 | 1000011 | 100001 | 0 | 10011 | 11010001 | 111011 | 110110 |
Color Harmonies of #438ACE
Complementary color
Monochromatic Colors of #438ACE
Black with #438ACE
Text Example
Text Example
White with #438ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438ACE; }
p { color: rgb(67,138,206); }
H1.HeaderClassName
{
color: #438ACE;
}
.AnyTagClassName
{
color: #438ACE;
}
</style>
background-color css
<style>
a { background-color: #438ACE; }
a { background-color: rgb(67,138,206); }
div.DivClassName
{
background-color: #438ACE;
}
.BgClassName
{
background-color: #438ACE;
}
</style>
border-color css
<style>
span { border-color: #438ACE; }
span { border-color: rgb(67,138,206); }
td.TdClassName
{
border-color: #438ACE;
}
.TagClassName
{
border-color: #438ACE;
}
</style>