Shades of Curious Blue #438CC0
Tints of Curious Blue #438CC0
RGB
CMYK
RGB Variations
Color information
#438CC0 (or 0x438CC0) is known color: Curious Blue. HEX triplet: 43, 8C and C0. RGB value is (67,140,192). Sum of RGB (Red+Green+Blue) = 67+140+192=399 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.79% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 192 - color contains mainly: blue. Hex color #438CC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438CC0 is #BC733F. Grayscale: #7B7B7B. Windows color (decimal): -12350272 or 12618819. OLE color: 12618819.
HSL color Cylindrical-coordinate representation of color #438CC0: hue angle of 204.96º 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 #438CC0 is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 140 | 192 | - |
| CMYK | 0.65 | 0.27 | 0 | 0.25 |
| HSL | 204.96º | 0.5% | 0.51% | - |
| HSV(B) | 204.96º | 0.65% | 0.75% | - |
| XYZ | 21.21 | 23.76 | 53.34 | - |
| YUV | 124.1 | 166.32 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 140 | 192 | 0.65 | 0.27 | 0 | 0.25 | 204.96 | 0.5 | 0.51 |
| Hex | 43 | 8C | C0 | 41 | 1B | 0 | 19 | CD | 32 | 33 |
| Octal | 103 | 214 | 300 | 101 | 33 | 0 | 31 | 315 | 62 | 63 |
| Binary | 1000011 | 10001100 | 11000000 | 1000001 | 11011 | 0 | 11001 | 11001101 | 110010 | 110011 |
Color Harmonies of #438CC0
Complementary color
Monochromatic Colors of #438CC0
Black with #438CC0
Text Example
Text Example
White with #438CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438CC0; }
p { color: rgb(67,140,192); }
H1.HeaderClassName
{
color: #438CC0;
}
.AnyTagClassName
{
color: #438CC0;
}
</style>
background-color css
<style>
a { background-color: #438CC0; }
a { background-color: rgb(67,140,192); }
div.DivClassName
{
background-color: #438CC0;
}
.BgClassName
{
background-color: #438CC0;
}
</style>
border-color css
<style>
span { border-color: #438CC0; }
span { border-color: rgb(67,140,192); }
td.TdClassName
{
border-color: #438CC0;
}
.TagClassName
{
border-color: #438CC0;
}
</style>