#3DA5BD

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

Shades of Viking #3DA5BD

Tints of Viking #3DA5BD

Color information

#3DA5BD (or 0x3DA5BD) is unknown color: approx Viking. HEX triplet: 3D, A5 and BD. RGB value is (61,165,189). Sum of RGB (Red+Green+Blue) = 61+165+189=415 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.70% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #3DA5BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DA5BD is #C25A42. Grayscale: #888888. Windows color (decimal): -12737091 or 12428605. OLE color: 12428605.

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

Color convert

RGB61165189-
CMYK0.680.1300.26
HSL191.25º51.2%49.02%-
HSV(B)191.25º67.72%74.12%-
XYZ24.5631.5852.94-
YUV136.64157.5474.05-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.70%
GREEN value IS 165 (64.84% from 255) = 39.76%
BLUE value IS 189 (74.22% from 255) = 45.54%
R=14.70%
G=39.76%
B=45.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal611651890.680.1300.26191.2551.249.02
Hex3DA5BD44D01Abf3331
Octal75245275104150322776361
Binary11110110100101101111011000100110101101010111111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,165,189); }

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

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

 a { background-color: rgb(61,165,189); }

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

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

 span { border-color: rgb(61,165,189); }

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