#3AB1C4

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

Shades of Viking #3AB1C4

Tints of Viking #3AB1C4

Color information

#3AB1C4 (or 0x3AB1C4) is unknown color: approx Viking. HEX triplet: 3A, B1 and C4. RGB value is (58,177,196). Sum of RGB (Red+Green+Blue) = 58+177+196=431 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.46% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 196 (76.95% from 255 or 45.48% from 431); Max value from RGB is 196 - color contains mainly: blue. Hex color #3AB1C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AB1C4 is #C54E3B. Grayscale: #8F8F8F. Windows color (decimal): -12930620 or 12890426. OLE color: 12890426.

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

Color convert

RGB58177196-
CMYK0.700.1000.23
HSL188.26º54.33%49.8%-
HSV(B)188.26º70.41%76.86%-
XYZ27.4336.3357.79-
YUV143.58157.5866.96-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.46%
GREEN value IS 177 (69.53% from 255) = 41.07%
BLUE value IS 196 (76.95% from 255) = 45.48%
R=13.46%
G=41.07%
B=45.48%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal581771960.700.1000.23188.2654.3349.8
Hex3AB1C446A017bc3632
Octal72261304106120272746662
Binary11101010110001110001001000110101001011110111100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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