Shades of Curious Blue #438BBE
Tints of Curious Blue #438BBE
RGB
CMYK
RGB Variations
Color information
#438BBE (or 0x438BBE) is known color: Curious Blue. HEX triplet: 43, 8B and BE. RGB value is (67,139,190). Sum of RGB (Red+Green+Blue) = 67+139+190=396 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.92% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #438BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438BBE is #BC7441. Grayscale: #7B7B7B. Windows color (decimal): -12350530 or 12487491. OLE color: 12487491.
HSL color Cylindrical-coordinate representation of color #438BBE: hue angle of 204.88º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #438BBE is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 139 | 190 | - |
| CMYK | 0.65 | 0.27 | 0 | 0.25 |
| HSL | 204.88º | 0.49% | 0.5% | - |
| HSV(B) | 204.88º | 0.65% | 0.75% | - |
| XYZ | 20.84 | 23.38 | 52.13 | - |
| YUV | 123.29 | 165.65 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 139 | 190 | 0.65 | 0.27 | 0 | 0.25 | 204.88 | 0.49 | 0.5 |
| Hex | 43 | 8B | BE | 41 | 1B | 0 | 19 | CD | 31 | 32 |
| Octal | 103 | 213 | 276 | 101 | 33 | 0 | 31 | 315 | 61 | 62 |
| Binary | 1000011 | 10001011 | 10111110 | 1000001 | 11011 | 0 | 11001 | 11001101 | 110001 | 110010 |
Color Harmonies of #438BBE
Complementary color
Monochromatic Colors of #438BBE
Black with #438BBE
Text Example
Text Example
White with #438BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438BBE; }
p { color: rgb(67,139,190); }
H1.HeaderClassName
{
color: #438BBE;
}
.AnyTagClassName
{
color: #438BBE;
}
</style>
background-color css
<style>
a { background-color: #438BBE; }
a { background-color: rgb(67,139,190); }
div.DivClassName
{
background-color: #438BBE;
}
.BgClassName
{
background-color: #438BBE;
}
</style>
border-color css
<style>
span { border-color: #438BBE; }
span { border-color: rgb(67,139,190); }
td.TdClassName
{
border-color: #438BBE;
}
.TagClassName
{
border-color: #438BBE;
}
</style>