#36ABC1

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

Shades of Viking #36ABC1

Tints of Viking #36ABC1

Color information

#36ABC1 (or 0x36ABC1) is unknown color: approx Viking. HEX triplet: 36, AB and C1. RGB value is (54,171,193). Sum of RGB (Red+Green+Blue) = 54+171+193=418 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.92% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 193 (75.78% from 255 or 46.17% from 418); Max value from RGB is 193 - color contains mainly: blue. Hex color #36ABC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36ABC1 is #C9543E. Grayscale: #8A8A8A. Windows color (decimal): -13194303 or 12692278. OLE color: 12692278.

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

Color convert

RGB54171193-
CMYK0.720.1100.24
HSL189.5º56.28%48.43%-
HSV(B)189.5º72.02%75.69%-
XYZ25.7133.7655.61-
YUV138.52158.7467.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.92%
GREEN value IS 171 (67.19% from 255) = 40.91%
BLUE value IS 193 (75.78% from 255) = 46.17%
R=12.92%
G=40.91%
B=46.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal541711930.720.1100.24189.556.2848.43
Hex36ABC148B018bd3830
Octal66253301110130302757060
Binary11011010101011110000011001000101101100010111101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36ABC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,171,193); }

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

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

 a { background-color: rgb(54,171,193); }

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

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

 span { border-color: rgb(54,171,193); }

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