#3CB7C6

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

Shades of Viking #3CB7C6

Tints of Viking #3CB7C6

Color information

#3CB7C6 (or 0x3CB7C6) is unknown color: approx Viking. HEX triplet: 3C, B7 and C6. RGB value is (60,183,198). Sum of RGB (Red+Green+Blue) = 60+183+198=441 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.61% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 198 (77.73% from 255 or 44.90% from 441); Max value from RGB is 198 - color contains mainly: blue. Hex color #3CB7C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CB7C6 is #C34839. Grayscale: #939393. Windows color (decimal): -12798010 or 13023036. OLE color: 13023036.

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

Color convert

RGB60183198-
CMYK0.700.0800.22
HSL186.52º54.76%50.59%-
HSV(B)186.52º69.7%77.65%-
XYZ28.9938.959.41-
YUV147.93156.2565.28-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.61%
GREEN value IS 183 (71.88% from 255) = 41.50%
BLUE value IS 198 (77.73% from 255) = 44.90%
R=13.61%
G=41.50%
B=44.90%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal601831980.700.0800.22186.5254.7650.59
Hex3CB7C6468016bb3733
Octal74267306106100262736763
Binary11110010110111110001101000110100001011010111011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,183,198); }

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

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

 a { background-color: rgb(60,183,198); }

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

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

 span { border-color: rgb(60,183,198); }

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