#34AFC2

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

Shades of Viking #34AFC2

Tints of Viking #34AFC2

Color information

#34AFC2 (or 0x34AFC2) is unknown color: approx Viking. HEX triplet: 34, AF and C2. RGB value is (52,175,194). Sum of RGB (Red+Green+Blue) = 52+175+194=421 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.35% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 194 (76.17% from 255 or 46.08% from 421); Max value from RGB is 194 - color contains mainly: blue. Hex color #34AFC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34AFC2 is #CB503D. Grayscale: #8C8C8C. Windows color (decimal): -13324350 or 12758836. OLE color: 12758836.

HSL color Cylindrical-coordinate representation of color #34AFC2: hue angle of 188.03º 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 #34AFC2 is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB52175194-
CMYK0.730.1000.24
HSL188.03º57.72%48.24%-
HSV(B)188.03º73.2%76.08%-
XYZ26.4835.2956.45-
YUV140.39158.2564.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.35%
GREEN value IS 175 (68.75% from 255) = 41.57%
BLUE value IS 194 (76.17% from 255) = 46.08%
R=12.35%
G=41.57%
B=46.08%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal521751940.730.1000.24188.0357.7248.24
Hex34AFC249A018bc3a30
Octal64257302111120302747260
Binary11010010101111110000101001001101001100010111100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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