Shades of Viking #3FB2B3
Tints of Viking #3FB2B3
RGB
CMYK
RGB Variations
Color information
#3FB2B3 (or 0x3FB2B3) is known color: Viking. HEX triplet: 3F, B2 and B3. RGB value is (63,178,179). Sum of RGB (Red+Green+Blue) = 63+178+179=420 (55% of max value = 765). Red value is 63 (25% from 255 or 15% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 179 (70.31% from 255 or 42.62% from 420); Max value from RGB is 179 - color contains mainly: blue. Hex color #3FB2B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FB2B3 is #C04D4C. Grayscale: #8F8F8F. Windows color (decimal): -12602701 or 11776575. OLE color: 11776575.
HSL color Cylindrical-coordinate representation of color #3FB2B3: hue angle of 180.52º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FB2B3 is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 63 | 178 | 179 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.30 |
| HSL | 180.52º | 0.48% | 0.47% | - |
| HSV(B) | 180.52º | 0.65% | 0.7% | - |
| XYZ | 26.11 | 36.15 | 48.25 | - |
| YUV | 143.73 | 147.9 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 178 | 179 | 0.65 | 0.01 | 0 | 0.30 | 180.52 | 0.48 | 0.47 |
| Hex | 3F | B2 | B3 | 41 | 1 | 0 | 1E | B5 | 30 | 2F |
| Octal | 77 | 262 | 263 | 101 | 1 | 0 | 36 | 265 | 60 | 57 |
| Binary | 111111 | 10110010 | 10110011 | 1000001 | 1 | 0 | 11110 | 10110101 | 110000 | 101111 |
Color Harmonies of #3FB2B3
Complementary color
Monochromatic Colors of #3FB2B3
Black with #3FB2B3
Text Example
Text Example
White with #3FB2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB2B3; }
p { color: rgb(63,178,179); }
H1.HeaderClassName
{
color: #3FB2B3;
}
.AnyTagClassName
{
color: #3FB2B3;
}
</style>
background-color css
<style>
a { background-color: #3FB2B3; }
a { background-color: rgb(63,178,179); }
div.DivClassName
{
background-color: #3FB2B3;
}
.BgClassName
{
background-color: #3FB2B3;
}
</style>
border-color css
<style>
span { border-color: #3FB2B3; }
span { border-color: rgb(63,178,179); }
td.TdClassName
{
border-color: #3FB2B3;
}
.TagClassName
{
border-color: #3FB2B3;
}
</style>