#35AFBC

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

Shades of Viking #35AFBC

Tints of Viking #35AFBC

Color information

#35AFBC (or 0x35AFBC) is unknown color: approx Viking. HEX triplet: 35, AF and BC. RGB value is (53,175,188). Sum of RGB (Red+Green+Blue) = 53+175+188=416 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.74% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #35AFBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35AFBC is #CA5043. Grayscale: #8B8B8B. Windows color (decimal): -13258820 or 12365621. OLE color: 12365621.

HSL color Cylindrical-coordinate representation of color #35AFBC: hue angle of 185.78º degrees, saturation: 0.56, 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 #35AFBC is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB53175188-
CMYK0.720.0700.26
HSL185.78º56.02%47.25%-
HSV(B)185.78º71.81%73.73%-
XYZ25.8835.0552.98-
YUV140155.0865.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.74%
GREEN value IS 175 (68.75% from 255) = 42.07%
BLUE value IS 188 (73.83% from 255) = 45.19%
R=12.74%
G=42.07%
B=45.19%

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
Decimal531751880.720.0700.26185.7856.0247.25
Hex35AFBC48701Aba382f
Octal6525727411070322727057
Binary1101011010111110111100100100011101101010111010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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