#3DB1BD

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

Shades of Viking #3DB1BD

Tints of Viking #3DB1BD

Color information

#3DB1BD (or 0x3DB1BD) is unknown color: approx Viking. HEX triplet: 3D, B1 and BD. RGB value is (61,177,189). Sum of RGB (Red+Green+Blue) = 61+177+189=427 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.29% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #3DB1BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DB1BD is #C24E42. Grayscale: #8F8F8F. Windows color (decimal): -12734019 or 12431677. OLE color: 12431677.

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

Color convert

RGB61177189-
CMYK0.680.0600.26
HSL185.62º51.2%49.02%-
HSV(B)185.62º67.72%74.12%-
XYZ26.8336.1153.7-
YUV143.68153.5769.02-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.29%
GREEN value IS 177 (69.53% from 255) = 41.45%
BLUE value IS 189 (74.22% from 255) = 44.26%
R=14.29%
G=41.45%
B=44.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal611771890.680.0600.26185.6251.249.02
Hex3DB1BD44601Aba3331
Octal7526127510460322726361
Binary1111011011000110111101100010011001101010111010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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