#34B7C6

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

Shades of Viking #34B7C6

Tints of Viking #34B7C6

Color information

#34B7C6 (or 0x34B7C6) is unknown color: approx Viking. HEX triplet: 34, B7 and C6. RGB value is (52,183,198). Sum of RGB (Red+Green+Blue) = 52+183+198=433 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.01% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 198 (77.73% from 255 or 45.73% from 433); Max value from RGB is 198 - color contains mainly: blue. Hex color #34B7C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34B7C6 is #CB4839. Grayscale: #919191. Windows color (decimal): -13322298 or 13023028. OLE color: 13023028.

HSL color Cylindrical-coordinate representation of color #34B7C6: hue angle of 186.16º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34B7C6 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB52183198-
CMYK0.740.0800.22
HSL186.16º58.4%49.02%-
HSV(B)186.16º73.74%77.65%-
XYZ28.5438.6759.39-
YUV145.54157.661.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.01%
GREEN value IS 183 (71.88% from 255) = 42.26%
BLUE value IS 198 (77.73% from 255) = 45.73%
R=12.01%
G=42.26%
B=45.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal521831980.740.0800.22186.1658.449.02
Hex34B7C64A8016ba3a31
Octal64267306112100262727261
Binary11010010110111110001101001010100001011010111010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,183,198); }

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

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

 a { background-color: rgb(52,183,198); }

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

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

 span { border-color: rgb(52,183,198); }

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