#3aabc1

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

Shades of Viking #3AABC1

Tints of Viking #3AABC1

Color information

#3AABC1 (or 0x3AABC1) is unknown color: approx Viking. HEX triplet: 3A, AB and C1. RGB value is (58,171,193). Sum of RGB (Red+Green+Blue) = 58+171+193=422 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.74% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 193 (75.78% from 255 or 45.73% from 422); Max value from RGB is 193 - color contains mainly: blue. Hex color #3AABC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AABC1 is #C5543E. Grayscale: #8B8B8B. Windows color (decimal): -12932159 or 12692282. OLE color: 12692282.

HSL color Cylindrical-coordinate representation of color #3AABC1: hue angle of 189.78º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AABC1 is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB58171193-
CMYK0.700.1100.24
HSL189.78º53.78%49.22%-
HSV(B)189.78º69.95%75.69%-
XYZ25.9333.8855.62-
YUV139.72158.0669.71-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.74%
GREEN value IS 171 (67.19% from 255) = 40.52%
BLUE value IS 193 (75.78% from 255) = 45.73%
R=13.74%
G=40.52%
B=45.73%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal581711930.700.1100.24189.7853.7849.22
Hex3AABC146B018be3631
Octal72253301106130302766661
Binary11101010101011110000011000110101101100010111110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3aabc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,171,193); }

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

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

 a { background-color: rgb(58,171,193); }

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

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

 span { border-color: rgb(58,171,193); }

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