Shades of Viking #41B2CA
Tints of Viking #41B2CA
RGB
CMYK
RGB Variations
Color information
#41B2CA (or 0x41B2CA) is known color: Viking. HEX triplet: 41, B2 and CA. RGB value is (65,178,202). Sum of RGB (Red+Green+Blue) = 65+178+202=445 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.61% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #41B2CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41B2CA is #BE4D35. Grayscale: #929292. Windows color (decimal): -12471606 or 13283905. OLE color: 13283905.
HSL color Cylindrical-coordinate representation of color #41B2CA: hue angle of 190.51º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41B2CA is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 178 | 202 | - |
| CMYK | 0.68 | 0.12 | 0 | 0.21 |
| HSL | 190.51º | 0.56% | 0.52% | - |
| HSV(B) | 190.51º | 0.68% | 0.79% | - |
| XYZ | 28.76 | 37.23 | 61.55 | - |
| YUV | 146.95 | 159.06 | 69.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 178 | 202 | 0.68 | 0.12 | 0 | 0.21 | 190.51 | 0.56 | 0.52 |
| Hex | 41 | B2 | CA | 44 | C | 0 | 15 | BF | 38 | 34 |
| Octal | 101 | 262 | 312 | 104 | 14 | 0 | 25 | 277 | 70 | 64 |
| Binary | 1000001 | 10110010 | 11001010 | 1000100 | 1100 | 0 | 10101 | 10111111 | 111000 | 110100 |
Color Harmonies of #41B2CA
Complementary color
Monochromatic Colors of #41B2CA
Black with #41B2CA
Text Example
Text Example
White with #41B2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B2CA; }
p { color: rgb(65,178,202); }
H1.HeaderClassName
{
color: #41B2CA;
}
.AnyTagClassName
{
color: #41B2CA;
}
</style>
background-color css
<style>
a { background-color: #41B2CA; }
a { background-color: rgb(65,178,202); }
div.DivClassName
{
background-color: #41B2CA;
}
.BgClassName
{
background-color: #41B2CA;
}
</style>
border-color css
<style>
span { border-color: #41B2CA; }
span { border-color: rgb(65,178,202); }
td.TdClassName
{
border-color: #41B2CA;
}
.TagClassName
{
border-color: #41B2CA;
}
</style>