#34A8C4

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

Shades of Viking #34A8C4

Tints of Viking #34A8C4

Color information

#34A8C4 (or 0x34A8C4) is unknown color: approx Viking. HEX triplet: 34, A8 and C4. RGB value is (52,168,196). Sum of RGB (Red+Green+Blue) = 52+168+196=416 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.5% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 196 (76.95% from 255 or 47.12% from 416); Max value from RGB is 196 - color contains mainly: blue. Hex color #34A8C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34A8C4 is #CB573B. Grayscale: #888888. Windows color (decimal): -13326140 or 12888116. OLE color: 12888116.

HSL color Cylindrical-coordinate representation of color #34A8C4: hue angle of 191.67º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34A8C4 is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB52168196-
CMYK0.730.1400.23
HSL191.67º58.06%48.63%-
HSV(B)191.67º73.47%76.86%-
XYZ25.3832.7257.2-
YUV136.51161.5767.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.5%
GREEN value IS 168 (66.02% from 255) = 40.38%
BLUE value IS 196 (76.95% from 255) = 47.12%
R=12.5%
G=40.38%
B=47.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal521681960.730.1400.23191.6758.0648.63
Hex34A8C449E017c03a31
Octal64250304111160273007261
Binary11010010101000110001001001001111001011111000000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,168,196); }

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

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

 a { background-color: rgb(52,168,196); }

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

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

 span { border-color: rgb(52,168,196); }

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