#3CB6C9

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

Shades of Viking #3CB6C9

Tints of Viking #3CB6C9

Color information

#3CB6C9 (or 0x3CB6C9) is unknown color: approx Viking. HEX triplet: 3C, B6 and C9. RGB value is (60,182,201). Sum of RGB (Red+Green+Blue) = 60+182+201=443 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.54% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 201 - color contains mainly: blue. Hex color #3CB6C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CB6C9 is #C34936. Grayscale: #939393. Windows color (decimal): -12798263 or 13219388. OLE color: 13219388.

HSL color Cylindrical-coordinate representation of color #3CB6C9: hue angle of 188.09º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CB6C9 is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB60182201-
CMYK0.700.0900.21
HSL188.09º56.63%51.18%-
HSV(B)188.09º70.15%78.82%-
XYZ29.1338.6361.18-
YUV147.69158.0865.46-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.54%
GREEN value IS 182 (71.48% from 255) = 41.08%
BLUE value IS 201 (78.91% from 255) = 45.37%
R=13.54%
G=41.08%
B=45.37%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal601822010.700.0900.21188.0956.6351.18
Hex3CB6C9469015bc3933
Octal74266311106110252747163
Binary11110010110110110010011000110100101010110111100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,182,201); }

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

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

 a { background-color: rgb(60,182,201); }

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

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

 span { border-color: rgb(60,182,201); }

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