Shades of Curious Blue #4397CA
Tints of Curious Blue #4397CA
RGB
CMYK
RGB Variations
Color information
#4397CA (or 0x4397CA) is known color: Curious Blue. HEX triplet: 43, 97 and CA. RGB value is (67,151,202). Sum of RGB (Red+Green+Blue) = 67+151+202=420 (55% of max value = 765). Red value is 67 (26.56% from 255 or 15.95% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #4397CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4397CA is #BC6835. Grayscale: #838383. Windows color (decimal): -12347446 or 13276995. OLE color: 13276995.
HSL color Cylindrical-coordinate representation of color #4397CA: hue angle of 202.67º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4397CA is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 151 | 202 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.21 |
| HSL | 202.67º | 0.56% | 0.53% | - |
| HSV(B) | 202.67º | 0.67% | 0.79% | - |
| XYZ | 24.04 | 27.59 | 59.94 | - |
| YUV | 131.7 | 167.67 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 151 | 202 | 0.67 | 0.25 | 0 | 0.21 | 202.67 | 0.56 | 0.53 |
| Hex | 43 | 97 | CA | 43 | 19 | 0 | 15 | CB | 38 | 35 |
| Octal | 103 | 227 | 312 | 103 | 31 | 0 | 25 | 313 | 70 | 65 |
| Binary | 1000011 | 10010111 | 11001010 | 1000011 | 11001 | 0 | 10101 | 11001011 | 111000 | 110101 |
Color Harmonies of #4397CA
Complementary color
Monochromatic Colors of #4397CA
Black with #4397CA
Text Example
Text Example
White with #4397CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4397CA; }
p { color: rgb(67,151,202); }
H1.HeaderClassName
{
color: #4397CA;
}
.AnyTagClassName
{
color: #4397CA;
}
</style>
background-color css
<style>
a { background-color: #4397CA; }
a { background-color: rgb(67,151,202); }
div.DivClassName
{
background-color: #4397CA;
}
.BgClassName
{
background-color: #4397CA;
}
</style>
border-color css
<style>
span { border-color: #4397CA; }
span { border-color: rgb(67,151,202); }
td.TdClassName
{
border-color: #4397CA;
}
.TagClassName
{
border-color: #4397CA;
}
</style>