#3CA9BE

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

Shades of Viking #3CA9BE

Tints of Viking #3CA9BE

Color information

#3CA9BE (or 0x3CA9BE) is unknown color: approx Viking. HEX triplet: 3C, A9 and BE. RGB value is (60,169,190). Sum of RGB (Red+Green+Blue) = 60+169+190=419 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.32% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #3CA9BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CA9BE is #C35641. Grayscale: #8A8A8A. Windows color (decimal): -12801602 or 12495164. OLE color: 12495164.

HSL color Cylindrical-coordinate representation of color #3CA9BE: hue angle of 189.69º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CA9BE is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB60169190-
CMYK0.680.1100.25
HSL189.69º52%49.02%-
HSV(B)189.69º68.42%74.51%-
XYZ25.3533.0553.76-
YUV138.8156.8971.79-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.32%
GREEN value IS 169 (66.41% from 255) = 40.33%
BLUE value IS 190 (74.61% from 255) = 45.35%
R=14.32%
G=40.33%
B=45.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal601691900.680.1100.25189.695249.02
Hex3CA9BE44B019be3431
Octal74251276104130312766461
Binary11110010101001101111101000100101101100110111110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,169,190); }

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

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

 a { background-color: rgb(60,169,190); }

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

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

 span { border-color: rgb(60,169,190); }

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