#36A9BF

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

Shades of Viking #36A9BF

Tints of Viking #36A9BF

Color information

#36A9BF (or 0x36A9BF) is unknown color: approx Viking. HEX triplet: 36, A9 and BF. RGB value is (54,169,191). Sum of RGB (Red+Green+Blue) = 54+169+191=414 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.04% from 414); Green value is 169 (66.41% from 255 or 40.82% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #36A9BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36A9BF is #C95640. Grayscale: #888888. Windows color (decimal): -13194817 or 12560694. OLE color: 12560694.

HSL color Cylindrical-coordinate representation of color #36A9BF: hue angle of 189.64º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36A9BF is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB54169191-
CMYK0.720.1200.25
HSL189.64º55.92%48.04%-
HSV(B)189.64º71.73%74.9%-
XYZ25.1132.9254.32-
YUV137.12158.468.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.04%
GREEN value IS 169 (66.41% from 255) = 40.82%
BLUE value IS 191 (75% from 255) = 46.14%
R=13.04%
G=40.82%
B=46.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal541691910.720.1200.25189.6455.9248.04
Hex36A9BF48C019be3830
Octal66251277110140312767060
Binary11011010101001101111111001000110001100110111110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36A9BF; }

 p { color: rgb(54,169,191); }

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

<style>
 a { background-color: #36A9BF; }

 a { background-color: rgb(54,169,191); }

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

<style>
 span { border-color: #36A9BF; }

 span { border-color: rgb(54,169,191); }

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