#3DA6C0

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

Shades of Viking #3DA6C0

Tints of Viking #3DA6C0

Color information

#3DA6C0 (or 0x3DA6C0) is unknown color: approx Viking. HEX triplet: 3D, A6 and C0. RGB value is (61,166,192). Sum of RGB (Red+Green+Blue) = 61+166+192=419 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.56% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #3DA6C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DA6C0 is #C2593F. Grayscale: #898989. Windows color (decimal): -12736832 or 12625469. OLE color: 12625469.

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

Color convert

RGB61166192-
CMYK0.680.1400.25
HSL191.91º51.78%49.61%-
HSV(B)191.91º68.23%75.29%-
XYZ25.0832.0754.74-
YUV137.57158.7173.39-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.56%
GREEN value IS 166 (65.23% from 255) = 39.62%
BLUE value IS 192 (75.39% from 255) = 45.82%
R=14.56%
G=39.62%
B=45.82%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal611661920.680.1400.25191.9151.7849.61
Hex3DA6C044E019c03432
Octal75246300104160313006462
Binary11110110100110110000001000100111001100111000000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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