Shades of Curious Blue #438CBF
Tints of Curious Blue #438CBF
RGB
CMYK
RGB Variations
Color information
#438CBF (or 0x438CBF) is known color: Curious Blue. HEX triplet: 43, 8C and BF. RGB value is (67,140,191). Sum of RGB (Red+Green+Blue) = 67+140+191=398 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.83% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #438CBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438CBF is #BC7340. Grayscale: #7B7B7B. Windows color (decimal): -12350273 or 12553283. OLE color: 12553283.
HSL color Cylindrical-coordinate representation of color #438CBF: hue angle of 204.68º degrees, saturation: 0.49, 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 #438CBF is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 140 | 191 | - |
| CMYK | 0.65 | 0.27 | 0 | 0.25 |
| HSL | 204.68º | 0.49% | 0.51% | - |
| HSV(B) | 204.68º | 0.65% | 0.75% | - |
| XYZ | 21.1 | 23.71 | 52.75 | - |
| YUV | 123.99 | 165.82 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 140 | 191 | 0.65 | 0.27 | 0 | 0.25 | 204.68 | 0.49 | 0.51 |
| Hex | 43 | 8C | BF | 41 | 1B | 0 | 19 | CD | 31 | 33 |
| Octal | 103 | 214 | 277 | 101 | 33 | 0 | 31 | 315 | 61 | 63 |
| Binary | 1000011 | 10001100 | 10111111 | 1000001 | 11011 | 0 | 11001 | 11001101 | 110001 | 110011 |
Color Harmonies of #438CBF
Complementary color
Monochromatic Colors of #438CBF
Black with #438CBF
Text Example
Text Example
White with #438CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438CBF; }
p { color: rgb(67,140,191); }
H1.HeaderClassName
{
color: #438CBF;
}
.AnyTagClassName
{
color: #438CBF;
}
</style>
background-color css
<style>
a { background-color: #438CBF; }
a { background-color: rgb(67,140,191); }
div.DivClassName
{
background-color: #438CBF;
}
.BgClassName
{
background-color: #438CBF;
}
</style>
border-color css
<style>
span { border-color: #438CBF; }
span { border-color: rgb(67,140,191); }
td.TdClassName
{
border-color: #438CBF;
}
.TagClassName
{
border-color: #438CBF;
}
</style>