#3AA4BE

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

Shades of Viking #3AA4BE

Tints of Viking #3AA4BE

Color information

#3AA4BE (or 0x3AA4BE) is unknown color: approx Viking. HEX triplet: 3A, A4 and BE. RGB value is (58,164,190). Sum of RGB (Red+Green+Blue) = 58+164+190=412 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.08% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #3AA4BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AA4BE is #C55B41. Grayscale: #878787. Windows color (decimal): -12933954 or 12493882. OLE color: 12493882.

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

Color convert

RGB58164190-
CMYK0.690.1400.25
HSL191.82º53.23%48.63%-
HSV(B)191.82º69.47%74.51%-
XYZ24.3131.1753.45-
YUV135.27158.8872.89-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.08%
GREEN value IS 164 (64.45% from 255) = 39.81%
BLUE value IS 190 (74.61% from 255) = 46.12%
R=14.08%
G=39.81%
B=46.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581641900.690.1400.25191.8253.2348.63
Hex3AA4BE45E019c03531
Octal72244276105160313006561
Binary11101010100100101111101000101111001100111000000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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