#3CA3BE

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

Shades of Viking #3CA3BE

Tints of Viking #3CA3BE

Color information

#3CA3BE (or 0x3CA3BE) is unknown color: approx Viking. HEX triplet: 3C, A3 and BE. RGB value is (60,163,190). Sum of RGB (Red+Green+Blue) = 60+163+190=413 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.53% from 413); Green value is 163 (64.06% from 255 or 39.47% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #3CA3BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CA3BE is #C35C41. Grayscale: #878787. Windows color (decimal): -12803138 or 12493628. OLE color: 12493628.

HSL color Cylindrical-coordinate representation of color #3CA3BE: hue angle of 192.46º 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 #3CA3BE is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB60163190-
CMYK0.680.1400.25
HSL192.46º52%49.02%-
HSV(B)192.46º68.42%74.51%-
XYZ24.2530.8753.4-
YUV135.28158.8874.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.53%
GREEN value IS 163 (64.06% from 255) = 39.47%
BLUE value IS 190 (74.61% from 255) = 46.00%
R=14.53%
G=39.47%
B=46.00%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal601631900.680.1400.25192.465249.02
Hex3CA3BE44E019c03431
Octal74243276104160313006461
Binary11110010100011101111101000100111001100111000000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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