#3DADC9

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

Shades of Viking #3DADC9

Tints of Viking #3DADC9

Color information

#3DADC9 (or 0x3DADC9) is unknown color: approx Viking. HEX triplet: 3D, AD and C9. RGB value is (61,173,201). Sum of RGB (Red+Green+Blue) = 61+173+201=435 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.02% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 201 (78.91% from 255 or 46.21% from 435); Max value from RGB is 201 - color contains mainly: blue. Hex color #3DADC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DADC9 is #C25236. Grayscale: #8E8E8E. Windows color (decimal): -12735031 or 13217085. OLE color: 13217085.

HSL color Cylindrical-coordinate representation of color #3DADC9: hue angle of 192º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DADC9 is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB61173201-
CMYK0.700.1400.21
HSL192º56.45%51.37%-
HSV(B)192º69.65%78.82%-
XYZ27.4135.160.59-
YUV142.7160.8969.72-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.02%
GREEN value IS 173 (67.97% from 255) = 39.77%
BLUE value IS 201 (78.91% from 255) = 46.21%
R=14.02%
G=39.77%
B=46.21%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal611732010.700.1400.2119256.4551.37
Hex3DADC946E015c03833
Octal75255311106160253007063
Binary11110110101101110010011000110111001010111000000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DADC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,173,201); }

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

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

 a { background-color: rgb(61,173,201); }

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

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

 span { border-color: rgb(61,173,201); }

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