#3AA0C4

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

Shades of Viking #3AA0C4

Tints of Viking #3AA0C4

Color information

#3AA0C4 (or 0x3AA0C4) is unknown color: approx Viking. HEX triplet: 3A, A0 and C4. RGB value is (58,160,196). Sum of RGB (Red+Green+Blue) = 58+160+196=414 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.01% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 196 (76.95% from 255 or 47.34% from 414); Max value from RGB is 196 - color contains mainly: blue. Hex color #3AA0C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AA0C4 is #C55F3B. Grayscale: #858585. Windows color (decimal): -12934972 or 12886074. OLE color: 12886074.

HSL color Cylindrical-coordinate representation of color #3AA0C4: hue angle of 195.65º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AA0C4 is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB58160196-
CMYK0.700.1800.23
HSL195.65º54.33%49.8%-
HSV(B)195.65º70.41%76.86%-
XYZ24.2830.0356.74-
YUV133.61163.2174.07-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.01%
GREEN value IS 160 (62.89% from 255) = 38.65%
BLUE value IS 196 (76.95% from 255) = 47.34%
R=14.01%
G=38.65%
B=47.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal581601960.700.1800.23195.6554.3349.8
Hex3AA0C44612017c43632
Octal72240304106220273046662
Binary111010101000001100010010001101001001011111000100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,160,196); }

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

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

 a { background-color: rgb(58,160,196); }

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

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

 span { border-color: rgb(58,160,196); }

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