#36B0BC

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

Shades of Viking #36B0BC

Tints of Viking #36B0BC

Color information

#36B0BC (or 0x36B0BC) is unknown color: approx Viking. HEX triplet: 36, B0 and BC. RGB value is (54,176,188). Sum of RGB (Red+Green+Blue) = 54+176+188=418 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.92% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #36B0BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36B0BC is #C94F43. Grayscale: #8C8C8C. Windows color (decimal): -13193028 or 12365878. OLE color: 12365878.

HSL color Cylindrical-coordinate representation of color #36B0BC: hue angle of 185.37º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36B0BC is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB54176188-
CMYK0.710.0600.26
HSL185.37º55.37%47.45%-
HSV(B)185.37º71.28%73.73%-
XYZ26.1235.4753.05-
YUV140.89154.5866.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.92%
GREEN value IS 176 (69.14% from 255) = 42.11%
BLUE value IS 188 (73.83% from 255) = 44.98%
R=12.92%
G=42.11%
B=44.98%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal541761880.710.0600.26185.3755.3747.45
Hex36B0BC47601Ab9372f
Octal6626027410760322716757
Binary1101101011000010111100100011111001101010111001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36B0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,176,188); }

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

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

 a { background-color: rgb(54,176,188); }

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

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

 span { border-color: rgb(54,176,188); }

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