#3AA9BE

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

Shades of Viking #3AA9BE

Tints of Viking #3AA9BE

Color information

#3AA9BE (or 0x3AA9BE) is unknown color: approx Viking. HEX triplet: 3A, A9 and BE. RGB value is (58,169,190). Sum of RGB (Red+Green+Blue) = 58+169+190=417 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.91% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #3AA9BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AA9BE is #C55641. Grayscale: #8A8A8A. Windows color (decimal): -12932674 or 12495162. OLE color: 12495162.

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

Color convert

RGB58169190-
CMYK0.690.1100.25
HSL189.55º53.23%48.63%-
HSV(B)189.55º69.47%74.51%-
XYZ25.2332.9953.75-
YUV138.2157.2370.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.91%
GREEN value IS 169 (66.41% from 255) = 40.53%
BLUE value IS 190 (74.61% from 255) = 45.56%
R=13.91%
G=40.53%
B=45.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581691900.690.1100.25189.5553.2348.63
Hex3AA9BE45B019be3531
Octal72251276105130312766561
Binary11101010101001101111101000101101101100110111110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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