#3DB4C6

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

Shades of Viking #3DB4C6

Tints of Viking #3DB4C6

Color information

#3DB4C6 (or 0x3DB4C6) is unknown color: approx Viking. HEX triplet: 3D, B4 and C6. RGB value is (61,180,198). Sum of RGB (Red+Green+Blue) = 61+180+198=439 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.90% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 198 (77.73% from 255 or 45.10% from 439); Max value from RGB is 198 - color contains mainly: blue. Hex color #3DB4C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DB4C6 is #C24B39. Grayscale: #929292. Windows color (decimal): -12733242 or 13022269. OLE color: 13022269.

HSL color Cylindrical-coordinate representation of color #3DB4C6: hue angle of 187.88º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DB4C6 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB61180198-
CMYK0.690.0900.22
HSL187.88º54.58%50.78%-
HSV(B)187.88º69.19%77.65%-
XYZ28.4437.7159.21-
YUV146.47157.0867.04-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.90%
GREEN value IS 180 (70.70% from 255) = 41.00%
BLUE value IS 198 (77.73% from 255) = 45.10%
R=13.90%
G=41.00%
B=45.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal611801980.690.0900.22187.8854.5850.78
Hex3DB4C6459016bc3733
Octal75264306105110262746763
Binary11110110110100110001101000101100101011010111100110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,180,198); }

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

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

 a { background-color: rgb(61,180,198); }

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

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

 span { border-color: rgb(61,180,198); }

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