Shades of Curious Blue #438DC3
Tints of Curious Blue #438DC3
RGB
CMYK
RGB Variations
Color information
#438DC3 (or 0x438DC3) is known color: Curious Blue. HEX triplet: 43, 8D and C3. RGB value is (67,141,195). Sum of RGB (Red+Green+Blue) = 67+141+195=403 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.63% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 195 (76.56% from 255 or 48.39% from 403); Max value from RGB is 195 - color contains mainly: blue. Hex color #438DC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438DC3 is #BC723C. Grayscale: #7C7C7C. Windows color (decimal): -12350013 or 12815683. OLE color: 12815683.
HSL color Cylindrical-coordinate representation of color #438DC3: hue angle of 205.31º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #438DC3 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 141 | 195 | - |
| CMYK | 0.66 | 0.28 | 0 | 0.24 |
| HSL | 205.31º | 0.52% | 0.51% | - |
| HSV(B) | 205.31º | 0.66% | 0.76% | - |
| XYZ | 21.69 | 24.18 | 55.15 | - |
| YUV | 125.03 | 167.48 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 141 | 195 | 0.66 | 0.28 | 0 | 0.24 | 205.31 | 0.52 | 0.51 |
| Hex | 43 | 8D | C3 | 42 | 1C | 0 | 18 | CD | 34 | 33 |
| Octal | 103 | 215 | 303 | 102 | 34 | 0 | 30 | 315 | 64 | 63 |
| Binary | 1000011 | 10001101 | 11000011 | 1000010 | 11100 | 0 | 11000 | 11001101 | 110100 | 110011 |
Color Harmonies of #438DC3
Complementary color
Monochromatic Colors of #438DC3
Black with #438DC3
Text Example
Text Example
White with #438DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438DC3; }
p { color: rgb(67,141,195); }
H1.HeaderClassName
{
color: #438DC3;
}
.AnyTagClassName
{
color: #438DC3;
}
</style>
background-color css
<style>
a { background-color: #438DC3; }
a { background-color: rgb(67,141,195); }
div.DivClassName
{
background-color: #438DC3;
}
.BgClassName
{
background-color: #438DC3;
}
</style>
border-color css
<style>
span { border-color: #438DC3; }
span { border-color: rgb(67,141,195); }
td.TdClassName
{
border-color: #438DC3;
}
.TagClassName
{
border-color: #438DC3;
}
</style>