#3DA5BB

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

Shades of Viking #3DA5BB

Tints of Viking #3DA5BB

Color information

#3DA5BB (or 0x3DA5BB) is unknown color: approx Viking. HEX triplet: 3D, A5 and BB. RGB value is (61,165,187). Sum of RGB (Red+Green+Blue) = 61+165+187=413 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.77% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #3DA5BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DA5BB is #C25A44. Grayscale: #888888. Windows color (decimal): -12737093 or 12297533. OLE color: 12297533.

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

Color convert

RGB61165187-
CMYK0.670.1200.27
HSL190.48º50.81%48.63%-
HSV(B)190.48º67.38%73.33%-
XYZ24.3531.4951.81-
YUV136.41156.5474.21-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.77%
GREEN value IS 165 (64.84% from 255) = 39.95%
BLUE value IS 187 (73.44% from 255) = 45.28%
R=14.77%
G=39.95%
B=45.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal611651870.670.1200.27190.4850.8148.63
Hex3DA5BB43C01Bbe3331
Octal75245273103140332766361
Binary11110110100101101110111000011110001101110111110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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