#3DAEC4

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

Shades of Viking #3DAEC4

Tints of Viking #3DAEC4

Color information

#3DAEC4 (or 0x3DAEC4) is unknown color: approx Viking. HEX triplet: 3D, AE and C4. RGB value is (61,174,196). Sum of RGB (Red+Green+Blue) = 61+174+196=431 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.15% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 196 (76.95% from 255 or 45.48% from 431); Max value from RGB is 196 - color contains mainly: blue. Hex color #3DAEC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DAEC4 is #C2513B. Grayscale: #8E8E8E. Windows color (decimal): -12734780 or 12889661. OLE color: 12889661.

HSL color Cylindrical-coordinate representation of color #3DAEC4: hue angle of 189.78º 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 #3DAEC4 is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB61174196-
CMYK0.690.1100.23
HSL189.78º53.36%50.39%-
HSV(B)189.78º68.88%76.86%-
XYZ27.0235.2557.6-
YUV142.72158.0669.71-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.15%
GREEN value IS 174 (68.36% from 255) = 40.37%
BLUE value IS 196 (76.95% from 255) = 45.48%
R=14.15%
G=40.37%
B=45.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal611741960.690.1100.23189.7853.3650.39
Hex3DAEC445B017be3532
Octal75256304105130272766562
Binary11110110101110110001001000101101101011110111110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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