Shades of Curious Blue #438BBF
Tints of Curious Blue #438BBF
RGB
CMYK
RGB Variations
Color information
#438BBF (or 0x438BBF) is known color: Curious Blue. HEX triplet: 43, 8B and BF. RGB value is (67,139,191). Sum of RGB (Red+Green+Blue) = 67+139+191=397 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.88% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #438BBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438BBF is #BC7440. Grayscale: #7B7B7B. Windows color (decimal): -12350529 or 12553027. OLE color: 12553027.
HSL color Cylindrical-coordinate representation of color #438BBF: hue angle of 205.16º 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 #438BBF is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 139 | 191 | - |
| CMYK | 0.65 | 0.27 | 0 | 0.25 |
| HSL | 205.16º | 0.49% | 0.51% | - |
| HSV(B) | 205.16º | 0.65% | 0.75% | - |
| XYZ | 20.95 | 23.42 | 52.71 | - |
| YUV | 123.4 | 166.15 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 139 | 191 | 0.65 | 0.27 | 0 | 0.25 | 205.16 | 0.49 | 0.51 |
| Hex | 43 | 8B | BF | 41 | 1B | 0 | 19 | CD | 31 | 33 |
| Octal | 103 | 213 | 277 | 101 | 33 | 0 | 31 | 315 | 61 | 63 |
| Binary | 1000011 | 10001011 | 10111111 | 1000001 | 11011 | 0 | 11001 | 11001101 | 110001 | 110011 |
Color Harmonies of #438BBF
Complementary color
Monochromatic Colors of #438BBF
Black with #438BBF
Text Example
Text Example
White with #438BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438BBF; }
p { color: rgb(67,139,191); }
H1.HeaderClassName
{
color: #438BBF;
}
.AnyTagClassName
{
color: #438BBF;
}
</style>
background-color css
<style>
a { background-color: #438BBF; }
a { background-color: rgb(67,139,191); }
div.DivClassName
{
background-color: #438BBF;
}
.BgClassName
{
background-color: #438BBF;
}
</style>
border-color css
<style>
span { border-color: #438BBF; }
span { border-color: rgb(67,139,191); }
td.TdClassName
{
border-color: #438BBF;
}
.TagClassName
{
border-color: #438BBF;
}
</style>