#3DA0C4

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

Shades of Viking #3DA0C4

Tints of Viking #3DA0C4

Color information

#3DA0C4 (or 0x3DA0C4) is unknown color: approx Viking. HEX triplet: 3D, A0 and C4. RGB value is (61,160,196). Sum of RGB (Red+Green+Blue) = 61+160+196=417 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.63% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 196 (76.95% from 255 or 47.00% from 417); Max value from RGB is 196 - color contains mainly: blue. Hex color #3DA0C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DA0C4 is #C25F3B. Grayscale: #868686. Windows color (decimal): -12738364 or 12886077. OLE color: 12886077.

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

Color convert

RGB61160196-
CMYK0.690.1800.23
HSL196º53.36%50.39%-
HSV(B)196º68.88%76.86%-
XYZ24.4630.1256.75-
YUV134.5162.775.57-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.63%
GREEN value IS 160 (62.89% from 255) = 38.37%
BLUE value IS 196 (76.95% from 255) = 47.00%
R=14.63%
G=38.37%
B=47.00%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal611601960.690.1800.2319653.3650.39
Hex3DA0C44512017c43532
Octal75240304105220273046562
Binary111101101000001100010010001011001001011111000100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,160,196); }

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

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

 a { background-color: rgb(61,160,196); }

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

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

 span { border-color: rgb(61,160,196); }

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