#3DA6BE

Color #3DA6BE Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #3DA6BE

Tints of Viking #3DA6BE

Color information

#3DA6BE (or 0x3DA6BE) is unknown color: approx Viking. HEX triplet: 3D, A6 and BE. RGB value is (61,166,190). Sum of RGB (Red+Green+Blue) = 61+166+190=417 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.63% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #3DA6BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DA6BE is #C25941. Grayscale: #898989. Windows color (decimal): -12736834 or 12494397. OLE color: 12494397.

HSL color Cylindrical-coordinate representation of color #3DA6BE: hue angle of 191.16º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DA6BE is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB61166190-
CMYK0.680.1300.25
HSL191.16º51.39%49.22%-
HSV(B)191.16º67.89%74.51%-
XYZ24.8531.9853.58-
YUV137.34157.7173.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 61 (24.22% from 255) = 14.63%
GREEN value IS 166 (65.23% from 255) = 39.81%
BLUE value IS 190 (74.61% from 255) = 45.56%
R=14.63%
G=39.81%
B=45.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal611661900.680.1300.25191.1651.3949.22
Hex3DA6BE44D019bf3331
Octal75246276104150312776361
Binary11110110100110101111101000100110101100110111111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DA6BE; }

 p { color: rgb(61,166,190); }

 H1.HeaderClassName
 {
   color: #3DA6BE;
 }
 .AnyTagClassName
 {
   color: #3DA6BE;
 }
</style>
background-color css

<style>
 a { background-color: #3DA6BE; }

 a { background-color: rgb(61,166,190); }

 div.DivClassName
 {
   background-color: #3DA6BE;
 }
 .BgClassName
 {
   background-color: #3DA6BE;
 }
</style>
border-color css

<style>
 span { border-color: #3DA6BE; }

 span { border-color: rgb(61,166,190); }

 td.TdClassName
 {
   border-color: #3DA6BE;
 }
 .TagClassName
 {
   border-color: #3DA6BE;
 }
</style>