#3da7be

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

Shades of Viking #3DA7BE

Tints of Viking #3DA7BE

Color information

#3DA7BE (or 0x3DA7BE) is unknown color: approx Viking. HEX triplet: 3D, A7 and BE. RGB value is (61,167,190). Sum of RGB (Red+Green+Blue) = 61+167+190=418 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.59% from 418); Green value is 167 (65.62% from 255 or 39.95% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #3DA7BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DA7BE is #C25841. Grayscale: #898989. Windows color (decimal): -12736578 or 12494653. OLE color: 12494653.

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

Color convert

RGB61167190-
CMYK0.680.1200.25
HSL190.7º51.39%49.22%-
HSV(B)190.7º67.89%74.51%-
XYZ25.0432.3553.64-
YUV137.93157.3873.13-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.59%
GREEN value IS 167 (65.62% from 255) = 39.95%
BLUE value IS 190 (74.61% from 255) = 45.45%
R=14.59%
G=39.95%
B=45.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal611671900.680.1200.25190.751.3949.22
Hex3DA7BE44C019bf3331
Octal75247276104140312776361
Binary11110110100111101111101000100110001100110111111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3da7be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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