#3CB7C1

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

Shades of Viking #3CB7C1

Tints of Viking #3CB7C1

Color information

#3CB7C1 (or 0x3CB7C1) is unknown color: approx Viking. HEX triplet: 3C, B7 and C1. RGB value is (60,183,193). Sum of RGB (Red+Green+Blue) = 60+183+193=436 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.76% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 193 - color contains mainly: blue. Hex color #3CB7C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CB7C1 is #C3483E. Grayscale: #939393. Windows color (decimal): -12798015 or 12695356. OLE color: 12695356.

HSL color Cylindrical-coordinate representation of color #3CB7C1: hue angle of 184.51º degrees, saturation: 0.53, 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 #3CB7C1 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB60183193-
CMYK0.690.0500.24
HSL184.51º52.57%49.61%-
HSV(B)184.51º68.91%75.69%-
XYZ28.4238.6856.42-
YUV147.36153.7565.69-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.76%
GREEN value IS 183 (71.88% from 255) = 41.97%
BLUE value IS 193 (75.78% from 255) = 44.27%
R=13.76%
G=41.97%
B=44.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal601831930.690.0500.24184.5152.5749.61
Hex3CB7C1455018b93532
Octal7426730110550302716562
Binary1111001011011111000001100010110101100010111001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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