Shades of Curious Blue #438CBE
Tints of Curious Blue #438CBE
RGB
CMYK
RGB Variations
Color information
#438CBE (or 0x438CBE) is known color: Curious Blue. HEX triplet: 43, 8C and BE. RGB value is (67,140,190). Sum of RGB (Red+Green+Blue) = 67+140+190=397 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.88% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #438CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438CBE is #BC7341. Grayscale: #7B7B7B. Windows color (decimal): -12350274 or 12487747. OLE color: 12487747.
HSL color Cylindrical-coordinate representation of color #438CBE: hue angle of 204.39º 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 #438CBE is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 140 | 190 | - |
| CMYK | 0.65 | 0.26 | 0 | 0.25 |
| HSL | 204.39º | 0.49% | 0.5% | - |
| HSV(B) | 204.39º | 0.65% | 0.75% | - |
| XYZ | 20.99 | 23.67 | 52.18 | - |
| YUV | 123.87 | 165.32 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 140 | 190 | 0.65 | 0.26 | 0 | 0.25 | 204.39 | 0.49 | 0.5 |
| Hex | 43 | 8C | BE | 41 | 1A | 0 | 19 | CC | 31 | 32 |
| Octal | 103 | 214 | 276 | 101 | 32 | 0 | 31 | 314 | 61 | 62 |
| Binary | 1000011 | 10001100 | 10111110 | 1000001 | 11010 | 0 | 11001 | 11001100 | 110001 | 110010 |
Color Harmonies of #438CBE
Complementary color
Monochromatic Colors of #438CBE
Black with #438CBE
Text Example
Text Example
White with #438CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438CBE; }
p { color: rgb(67,140,190); }
H1.HeaderClassName
{
color: #438CBE;
}
.AnyTagClassName
{
color: #438CBE;
}
</style>
background-color css
<style>
a { background-color: #438CBE; }
a { background-color: rgb(67,140,190); }
div.DivClassName
{
background-color: #438CBE;
}
.BgClassName
{
background-color: #438CBE;
}
</style>
border-color css
<style>
span { border-color: #438CBE; }
span { border-color: rgb(67,140,190); }
td.TdClassName
{
border-color: #438CBE;
}
.TagClassName
{
border-color: #438CBE;
}
</style>