Shades of Curious Blue #438BC0
Tints of Curious Blue #438BC0
RGB
CMYK
RGB Variations
Color information
#438BC0 (or 0x438BC0) is known color: Curious Blue. HEX triplet: 43, 8B and C0. RGB value is (67,139,192). Sum of RGB (Red+Green+Blue) = 67+139+192=398 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.83% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 192 (75.39% from 255 or 48.24% from 398); Max value from RGB is 192 - color contains mainly: blue. Hex color #438BC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438BC0 is #BC743F. Grayscale: #7B7B7B. Windows color (decimal): -12350528 or 12618563. OLE color: 12618563.
HSL color Cylindrical-coordinate representation of color #438BC0: hue angle of 205.44º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #438BC0 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 139 | 192 | - |
| CMYK | 0.65 | 0.28 | 0 | 0.25 |
| HSL | 205.44º | 0.5% | 0.51% | - |
| HSV(B) | 205.44º | 0.65% | 0.75% | - |
| XYZ | 21.06 | 23.46 | 53.29 | - |
| YUV | 123.51 | 166.65 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 139 | 192 | 0.65 | 0.28 | 0 | 0.25 | 205.44 | 0.5 | 0.51 |
| Hex | 43 | 8B | C0 | 41 | 1C | 0 | 19 | CD | 32 | 33 |
| Octal | 103 | 213 | 300 | 101 | 34 | 0 | 31 | 315 | 62 | 63 |
| Binary | 1000011 | 10001011 | 11000000 | 1000001 | 11100 | 0 | 11001 | 11001101 | 110010 | 110011 |
Color Harmonies of #438BC0
Complementary color
Monochromatic Colors of #438BC0
Black with #438BC0
Text Example
Text Example
White with #438BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438BC0; }
p { color: rgb(67,139,192); }
H1.HeaderClassName
{
color: #438BC0;
}
.AnyTagClassName
{
color: #438BC0;
}
</style>
background-color css
<style>
a { background-color: #438BC0; }
a { background-color: rgb(67,139,192); }
div.DivClassName
{
background-color: #438BC0;
}
.BgClassName
{
background-color: #438BC0;
}
</style>
border-color css
<style>
span { border-color: #438BC0; }
span { border-color: rgb(67,139,192); }
td.TdClassName
{
border-color: #438BC0;
}
.TagClassName
{
border-color: #438BC0;
}
</style>