#36B5BE

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

Shades of Viking #36B5BE

Tints of Viking #36B5BE

Color information

#36B5BE (or 0x36B5BE) is unknown color: approx Viking. HEX triplet: 36, B5 and BE. RGB value is (54,181,190). Sum of RGB (Red+Green+Blue) = 54+181+190=425 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.71% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #36B5BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36B5BE is #C94A41. Grayscale: #8F8F8F. Windows color (decimal): -13191746 or 12498230. OLE color: 12498230.

HSL color Cylindrical-coordinate representation of color #36B5BE: hue angle of 183.97º 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 #36B5BE is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB54181190-
CMYK0.720.0500.25
HSL183.97º55.74%47.84%-
HSV(B)183.97º71.58%74.51%-
XYZ27.3437.5554.52-
YUV144.05153.9263.77-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.71%
GREEN value IS 181 (71.09% from 255) = 42.59%
BLUE value IS 190 (74.61% from 255) = 44.71%
R=12.71%
G=42.59%
B=44.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal541811900.720.0500.25183.9755.7447.84
Hex36B5BE485019b83830
Octal6626527611050312707060
Binary1101101011010110111110100100010101100110111000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36B5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,181,190); }

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

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

 a { background-color: rgb(54,181,190); }

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

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

 span { border-color: rgb(54,181,190); }

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