#3DADC3

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

Shades of Viking #3DADC3

Tints of Viking #3DADC3

Color information

#3DADC3 (or 0x3DADC3) is unknown color: approx Viking. HEX triplet: 3D, AD and C3. RGB value is (61,173,195). Sum of RGB (Red+Green+Blue) = 61+173+195=429 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.22% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 195 (76.56% from 255 or 45.45% from 429); Max value from RGB is 195 - color contains mainly: blue. Hex color #3DADC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DADC3 is #C2523C. Grayscale: #8D8D8D. Windows color (decimal): -12735037 or 12823869. OLE color: 12823869.

HSL color Cylindrical-coordinate representation of color #3DADC3: hue angle of 189.85º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DADC3 is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB61173195-
CMYK0.690.1100.24
HSL189.85º52.76%50.2%-
HSV(B)189.85º68.72%76.47%-
XYZ26.7234.8256.94-
YUV142.02157.8970.21-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.22%
GREEN value IS 173 (67.97% from 255) = 40.33%
BLUE value IS 195 (76.56% from 255) = 45.45%
R=14.22%
G=40.33%
B=45.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal611731950.690.1100.24189.8552.7650.2
Hex3DADC345B018be3532
Octal75255303105130302766562
Binary11110110101101110000111000101101101100010111110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DADC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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