#34AFBC

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

Shades of Viking #34AFBC

Tints of Viking #34AFBC

Color information

#34AFBC (or 0x34AFBC) is unknown color: approx Viking. HEX triplet: 34, AF and BC. RGB value is (52,175,188). Sum of RGB (Red+Green+Blue) = 52+175+188=415 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.53% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #34AFBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34AFBC is #CB5043. Grayscale: #8B8B8B. Windows color (decimal): -13324356 or 12365620. OLE color: 12365620.

HSL color Cylindrical-coordinate representation of color #34AFBC: hue angle of 185.74º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34AFBC is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB52175188-
CMYK0.720.0700.26
HSL185.74º56.67%47.06%-
HSV(B)185.74º72.34%73.73%-
XYZ25.8235.0252.98-
YUV139.7155.2565.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.53%
GREEN value IS 175 (68.75% from 255) = 42.17%
BLUE value IS 188 (73.83% from 255) = 45.30%
R=12.53%
G=42.17%
B=45.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal521751880.720.0700.26185.7456.6747.06
Hex34AFBC48701Aba392f
Octal6425727411070322727157
Binary1101001010111110111100100100011101101010111010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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