Shades of Curious Blue #438FCB
Tints of Curious Blue #438FCB
RGB
CMYK
RGB Variations
Color information
#438FCB (or 0x438FCB) is known color: Curious Blue. HEX triplet: 43, 8F and CB. RGB value is (67,143,203). Sum of RGB (Red+Green+Blue) = 67+143+203=413 (54% of max value = 765). Red value is 67 (26.56% from 255 or 16.22% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #438FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438FCB is #BC7034. Grayscale: #7E7E7E. Windows color (decimal): -12349493 or 13340483. OLE color: 13340483.
HSL color Cylindrical-coordinate representation of color #438FCB: hue angle of 206.47º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #438FCB is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 143 | 203 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.20 |
| HSL | 206.47º | 0.57% | 0.53% | - |
| HSV(B) | 206.47º | 0.67% | 0.8% | - |
| XYZ | 22.92 | 25.15 | 60.15 | - |
| YUV | 127.12 | 170.82 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 143 | 203 | 0.67 | 0.30 | 0 | 0.20 | 206.47 | 0.57 | 0.53 |
| Hex | 43 | 8F | CB | 43 | 1E | 0 | 14 | CE | 39 | 35 |
| Octal | 103 | 217 | 313 | 103 | 36 | 0 | 24 | 316 | 71 | 65 |
| Binary | 1000011 | 10001111 | 11001011 | 1000011 | 11110 | 0 | 10100 | 11001110 | 111001 | 110101 |
Color Harmonies of #438FCB
Complementary color
Monochromatic Colors of #438FCB
Black with #438FCB
Text Example
Text Example
White with #438FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438FCB; }
p { color: rgb(67,143,203); }
H1.HeaderClassName
{
color: #438FCB;
}
.AnyTagClassName
{
color: #438FCB;
}
</style>
background-color css
<style>
a { background-color: #438FCB; }
a { background-color: rgb(67,143,203); }
div.DivClassName
{
background-color: #438FCB;
}
.BgClassName
{
background-color: #438FCB;
}
</style>
border-color css
<style>
span { border-color: #438FCB; }
span { border-color: rgb(67,143,203); }
td.TdClassName
{
border-color: #438FCB;
}
.TagClassName
{
border-color: #438FCB;
}
</style>