#35AFBD

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

Shades of Viking #35AFBD

Tints of Viking #35AFBD

Color information

#35AFBD (or 0x35AFBD) is unknown color: approx Viking. HEX triplet: 35, AF and BD. RGB value is (53,175,189). Sum of RGB (Red+Green+Blue) = 53+175+189=417 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.71% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #35AFBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35AFBD is #CA5042. Grayscale: #8B8B8B. Windows color (decimal): -13258819 or 12431157. OLE color: 12431157.

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

Color convert

RGB53175189-
CMYK0.720.0700.26
HSL186.18º56.2%47.45%-
HSV(B)186.18º71.96%74.12%-
XYZ25.9835.0953.55-
YUV140.12155.5865.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.71%
GREEN value IS 175 (68.75% from 255) = 41.97%
BLUE value IS 189 (74.22% from 255) = 45.32%
R=12.71%
G=41.97%
B=45.32%

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
Decimal531751890.720.0700.26186.1856.247.45
Hex35AFBD48701Aba382f
Octal6525727511070322727057
Binary1101011010111110111101100100011101101010111010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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