#3DABC4

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

Shades of Viking #3DABC4

Tints of Viking #3DABC4

Color information

#3DABC4 (or 0x3DABC4) is unknown color: approx Viking. HEX triplet: 3D, AB and C4. RGB value is (61,171,196). Sum of RGB (Red+Green+Blue) = 61+171+196=428 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.25% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 196 (76.95% from 255 or 45.79% from 428); Max value from RGB is 196 - color contains mainly: blue. Hex color #3DABC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DABC4 is #C2543B. Grayscale: #8C8C8C. Windows color (decimal): -12735548 or 12888893. OLE color: 12888893.

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

Color convert

RGB61171196-
CMYK0.690.1300.23
HSL191.11º53.36%50.39%-
HSV(B)191.11º68.88%76.86%-
XYZ26.4534.157.41-
YUV140.96159.0670.97-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.25%
GREEN value IS 171 (67.19% from 255) = 39.95%
BLUE value IS 196 (76.95% from 255) = 45.79%
R=14.25%
G=39.95%
B=45.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal611711960.690.1300.23191.1153.3650.39
Hex3DABC445D017bf3532
Octal75253304105150272776562
Binary11110110101011110001001000101110101011110111111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DABC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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