#3DA7BC

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

Shades of Viking #3DA7BC

Tints of Viking #3DA7BC

Color information

#3DA7BC (or 0x3DA7BC) is unknown color: approx Viking. HEX triplet: 3D, A7 and BC. RGB value is (61,167,188). Sum of RGB (Red+Green+Blue) = 61+167+188=416 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.66% from 416); Green value is 167 (65.62% from 255 or 40.14% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #3DA7BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DA7BC is #C25843. Grayscale: #898989. Windows color (decimal): -12736580 or 12363581. OLE color: 12363581.

HSL color Cylindrical-coordinate representation of color #3DA7BC: hue angle of 189.92º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DA7BC is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB61167188-
CMYK0.680.1100.26
HSL189.92º51%48.82%-
HSV(B)189.92º67.55%73.73%-
XYZ24.8232.2652.5-
YUV137.7156.3873.29-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.66%
GREEN value IS 167 (65.62% from 255) = 40.14%
BLUE value IS 188 (73.83% from 255) = 45.19%
R=14.66%
G=40.14%
B=45.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal611671880.680.1100.26189.925148.82
Hex3DA7BC44B01Abe3331
Octal75247274104130322766361
Binary11110110100111101111001000100101101101010111110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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