#3DB7C5

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

Shades of Viking #3DB7C5

Tints of Viking #3DB7C5

Color information

#3DB7C5 (or 0x3DB7C5) is unknown color: approx Viking. HEX triplet: 3D, B7 and C5. RGB value is (61,183,197). Sum of RGB (Red+Green+Blue) = 61+183+197=441 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.83% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 197 (77.34% from 255 or 44.67% from 441); Max value from RGB is 197 - color contains mainly: blue. Hex color #3DB7C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DB7C5 is #C2483A. Grayscale: #939393. Windows color (decimal): -12732475 or 12957501. OLE color: 12957501.

HSL color Cylindrical-coordinate representation of color #3DB7C5: hue angle of 186.18º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DB7C5 is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB61183197-
CMYK0.690.0700.23
HSL186.18º53.97%50.59%-
HSV(B)186.18º69.04%77.25%-
XYZ28.9438.8958.8-
YUV148.12155.5865.86-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.83%
GREEN value IS 183 (71.88% from 255) = 41.50%
BLUE value IS 197 (77.34% from 255) = 44.67%
R=13.83%
G=41.50%
B=44.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal611831970.690.0700.23186.1853.9750.59
Hex3DB7C5457017ba3633
Octal7526730510570272726663
Binary1111011011011111000101100010111101011110111010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,183,197); }

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

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

 a { background-color: rgb(61,183,197); }

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

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

 span { border-color: rgb(61,183,197); }

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