#34ABC2

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

Shades of Viking #34ABC2

Tints of Viking #34ABC2

Color information

#34ABC2 (or 0x34ABC2) is unknown color: approx Viking. HEX triplet: 34, AB and C2. RGB value is (52,171,194). Sum of RGB (Red+Green+Blue) = 52+171+194=417 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.47% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 194 (76.17% from 255 or 46.52% from 417); Max value from RGB is 194 - color contains mainly: blue. Hex color #34ABC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34ABC2 is #CB543D. Grayscale: #898989. Windows color (decimal): -13325374 or 12757812. OLE color: 12757812.

HSL color Cylindrical-coordinate representation of color #34ABC2: hue angle of 189.72º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34ABC2 is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB52171194-
CMYK0.730.1200.24
HSL189.72º57.72%48.24%-
HSV(B)189.72º73.2%76.08%-
XYZ25.7233.7556.2-
YUV138.04159.5866.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.47%
GREEN value IS 171 (67.19% from 255) = 41.01%
BLUE value IS 194 (76.17% from 255) = 46.52%
R=12.47%
G=41.01%
B=46.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal521711940.730.1200.24189.7257.7248.24
Hex34ABC249C018be3a30
Octal64253302111140302767260
Binary11010010101011110000101001001110001100010111110111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34ABC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34ABC2; }

 p { color: rgb(52,171,194); }

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

<style>
 a { background-color: #34ABC2; }

 a { background-color: rgb(52,171,194); }

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

<style>
 span { border-color: #34ABC2; }

 span { border-color: rgb(52,171,194); }

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