#3AAEC4

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

Shades of Viking #3AAEC4

Tints of Viking #3AAEC4

Color information

#3AAEC4 (or 0x3AAEC4) is unknown color: approx Viking. HEX triplet: 3A, AE and C4. RGB value is (58,174,196). Sum of RGB (Red+Green+Blue) = 58+174+196=428 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.55% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 196 (76.95% from 255 or 45.79% from 428); Max value from RGB is 196 - color contains mainly: blue. Hex color #3AAEC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AAEC4 is #C5513B. Grayscale: #8D8D8D. Windows color (decimal): -12931388 or 12889658. OLE color: 12889658.

HSL color Cylindrical-coordinate representation of color #3AAEC4: hue angle of 189.57º 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 #3AAEC4 is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB58174196-
CMYK0.700.1100.23
HSL189.57º54.33%49.8%-
HSV(B)189.57º70.41%76.86%-
XYZ26.8435.1657.6-
YUV141.82158.5768.21-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.55%
GREEN value IS 174 (68.36% from 255) = 40.65%
BLUE value IS 196 (76.95% from 255) = 45.79%
R=13.55%
G=40.65%
B=45.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal581741960.700.1100.23189.5754.3349.8
Hex3AAEC446B017be3632
Octal72256304106130272766662
Binary11101010101110110001001000110101101011110111110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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