#3DA7C0

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

Shades of Viking #3DA7C0

Tints of Viking #3DA7C0

Color information

#3DA7C0 (or 0x3DA7C0) is unknown color: approx Viking. HEX triplet: 3D, A7 and C0. RGB value is (61,167,192). Sum of RGB (Red+Green+Blue) = 61+167+192=420 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.52% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 192 (75.39% from 255 or 45.71% from 420); Max value from RGB is 192 - color contains mainly: blue. Hex color #3DA7C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DA7C0 is #C2583F. Grayscale: #898989. Windows color (decimal): -12736576 or 12625725. OLE color: 12625725.

HSL color Cylindrical-coordinate representation of color #3DA7C0: hue angle of 191.45º 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 #3DA7C0 is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB61167192-
CMYK0.680.1300.25
HSL191.45º51.78%49.61%-
HSV(B)191.45º68.23%75.29%-
XYZ25.2632.4454.8-
YUV138.16158.3872.97-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.52%
GREEN value IS 167 (65.62% from 255) = 39.76%
BLUE value IS 192 (75.39% from 255) = 45.71%
R=14.52%
G=39.76%
B=45.71%

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
Decimal611671920.680.1300.25191.4551.7849.61
Hex3DA7C044D019bf3432
Octal75247300104150312776462
Binary11110110100111110000001000100110101100110111111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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