#3DB9C1

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

Shades of Viking #3DB9C1

Tints of Viking #3DB9C1

Color information

#3DB9C1 (or 0x3DB9C1) is unknown color: approx Viking. HEX triplet: 3D, B9 and C1. RGB value is (61,185,193). Sum of RGB (Red+Green+Blue) = 61+185+193=439 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.90% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 193 (75.78% from 255 or 43.96% from 439); Max value from RGB is 193 - color contains mainly: blue. Hex color #3DB9C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DB9C1 is #C2463E. Grayscale: #949494. Windows color (decimal): -12731967 or 12695869. OLE color: 12695869.

HSL color Cylindrical-coordinate representation of color #3DB9C1: hue angle of 183.64º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DB9C1 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB61185193-
CMYK0.680.0400.24
HSL183.64º51.97%49.8%-
HSV(B)183.64º68.39%75.69%-
XYZ28.939.5456.56-
YUV148.84152.9265.35-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.90%
GREEN value IS 185 (72.66% from 255) = 42.14%
BLUE value IS 193 (75.78% from 255) = 43.96%
R=13.90%
G=42.14%
B=43.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal611851930.680.0400.24183.6451.9749.8
Hex3DB9C1444018b83432
Octal7527130110440302706462
Binary1111011011100111000001100010010001100010111000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,185,193); }

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

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

 a { background-color: rgb(61,185,193); }

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

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

 span { border-color: rgb(61,185,193); }

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