Shades of Curious Blue #438FC8
Tints of Curious Blue #438FC8
RGB
CMYK
RGB Variations
Color information
#438FC8 (or 0x438FC8) is known color: Curious Blue. HEX triplet: 43, 8F and C8. RGB value is (67,143,200). Sum of RGB (Red+Green+Blue) = 67+143+200=410 (54% of max value = 765). Red value is 67 (26.56% from 255 or 16.34% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 200 (78.52% from 255 or 48.78% from 410); Max value from RGB is 200 - color contains mainly: blue. Hex color #438FC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438FC8 is #BC7037. Grayscale: #7E7E7E. Windows color (decimal): -12349496 or 13143875. OLE color: 13143875.
HSL color Cylindrical-coordinate representation of color #438FC8: hue angle of 205.71º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #438FC8 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 143 | 200 | - |
| CMYK | 0.66 | 0.28 | 0 | 0.22 |
| HSL | 205.71º | 0.55% | 0.52% | - |
| HSV(B) | 205.71º | 0.67% | 0.78% | - |
| XYZ | 22.56 | 25.01 | 58.28 | - |
| YUV | 126.77 | 169.32 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 143 | 200 | 0.66 | 0.28 | 0 | 0.22 | 205.71 | 0.55 | 0.52 |
| Hex | 43 | 8F | C8 | 42 | 1C | 0 | 16 | CE | 37 | 34 |
| Octal | 103 | 217 | 310 | 102 | 34 | 0 | 26 | 316 | 67 | 64 |
| Binary | 1000011 | 10001111 | 11001000 | 1000010 | 11100 | 0 | 10110 | 11001110 | 110111 | 110100 |
Color Harmonies of #438FC8
Complementary color
Monochromatic Colors of #438FC8
Black with #438FC8
Text Example
Text Example
White with #438FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438FC8; }
p { color: rgb(67,143,200); }
H1.HeaderClassName
{
color: #438FC8;
}
.AnyTagClassName
{
color: #438FC8;
}
</style>
background-color css
<style>
a { background-color: #438FC8; }
a { background-color: rgb(67,143,200); }
div.DivClassName
{
background-color: #438FC8;
}
.BgClassName
{
background-color: #438FC8;
}
</style>
border-color css
<style>
span { border-color: #438FC8; }
span { border-color: rgb(67,143,200); }
td.TdClassName
{
border-color: #438FC8;
}
.TagClassName
{
border-color: #438FC8;
}
</style>