#3CBCC2

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

Shades of Viking #3CBCC2

Tints of Viking #3CBCC2

Color information

#3CBCC2 (or 0x3CBCC2) is unknown color: approx Viking. HEX triplet: 3C, BC and C2. RGB value is (60,188,194). Sum of RGB (Red+Green+Blue) = 60+188+194=442 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.57% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 194 (76.17% from 255 or 43.89% from 442); Max value from RGB is 194 - color contains mainly: blue. Hex color #3CBCC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBCC2 is #C3433D. Grayscale: #969696. Windows color (decimal): -12796734 or 12762172. OLE color: 12762172.

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

Color convert

RGB60188194-
CMYK0.690.0300.24
HSL182.69º52.76%49.8%-
HSV(B)182.69º69.07%76.08%-
XYZ29.5840.8257.36-
YUV150.41152.5963.51-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.57%
GREEN value IS 188 (73.83% from 255) = 42.53%
BLUE value IS 194 (76.17% from 255) = 43.89%
R=13.57%
G=42.53%
B=43.89%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal601881940.690.0300.24182.6952.7649.8
Hex3CBCC2453018b73532
Octal7427430210530302676562
Binary111100101111001100001010001011101100010110111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,188,194); }

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

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

 a { background-color: rgb(60,188,194); }

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

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

 span { border-color: rgb(60,188,194); }

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