#3DA4C1

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

Shades of Viking #3DA4C1

Tints of Viking #3DA4C1

Color information

#3DA4C1 (or 0x3DA4C1) is unknown color: approx Viking. HEX triplet: 3D, A4 and C1. RGB value is (61,164,193). Sum of RGB (Red+Green+Blue) = 61+164+193=418 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.59% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 193 (75.78% from 255 or 46.17% from 418); Max value from RGB is 193 - color contains mainly: blue. Hex color #3DA4C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DA4C1 is #C25B3E. Grayscale: #888888. Windows color (decimal): -12737343 or 12690493. OLE color: 12690493.

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

Color convert

RGB61164193-
CMYK0.680.1500.24
HSL193.18º51.97%49.8%-
HSV(B)193.18º68.39%75.69%-
XYZ24.8331.3955.2-
YUV136.51159.8874.14-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.59%
GREEN value IS 164 (64.45% from 255) = 39.23%
BLUE value IS 193 (75.78% from 255) = 46.17%
R=14.59%
G=39.23%
B=46.17%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal611641930.680.1500.24193.1851.9749.8
Hex3DA4C144F018c13432
Octal75244301104170303016462
Binary11110110100100110000011000100111101100011000001110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,164,193); }

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

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

 a { background-color: rgb(61,164,193); }

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

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

 span { border-color: rgb(61,164,193); }

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