#3DB0C2

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

Shades of Viking #3DB0C2

Tints of Viking #3DB0C2

Color information

#3DB0C2 (or 0x3DB0C2) is unknown color: approx Viking. HEX triplet: 3D, B0 and C2. RGB value is (61,176,194). Sum of RGB (Red+Green+Blue) = 61+176+194=431 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.15% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 194 - color contains mainly: blue. Hex color #3DB0C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DB0C2 is #C24F3D. Grayscale: #8F8F8F. Windows color (decimal): -12734270 or 12759101. OLE color: 12759101.

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

Color convert

RGB61176194-
CMYK0.690.0900.24
HSL188.12º52.16%50%-
HSV(B)188.12º68.56%76.08%-
XYZ27.1935.9456.54-
YUV143.67156.469.04-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.15%
GREEN value IS 176 (69.14% from 255) = 40.84%
BLUE value IS 194 (76.17% from 255) = 45.01%
R=14.15%
G=40.84%
B=45.01%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal611761940.690.0900.24188.1252.1650
Hex3DB0C2459018bc3432
Octal75260302105110302746462
Binary11110110110000110000101000101100101100010111100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB0C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,176,194); }

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

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

 a { background-color: rgb(61,176,194); }

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

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

 span { border-color: rgb(61,176,194); }

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