#36AAC1

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

Shades of Viking #36AAC1

Tints of Viking #36AAC1

Color information

#36AAC1 (or 0x36AAC1) is unknown color: approx Viking. HEX triplet: 36, AA and C1. RGB value is (54,170,193). Sum of RGB (Red+Green+Blue) = 54+170+193=417 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.95% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 193 (75.78% from 255 or 46.28% from 417); Max value from RGB is 193 - color contains mainly: blue. Hex color #36AAC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36AAC1 is #C9553E. Grayscale: #898989. Windows color (decimal): -13194559 or 12692022. OLE color: 12692022.

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

Color convert

RGB54170193-
CMYK0.720.1200.24
HSL189.93º56.28%48.43%-
HSV(B)189.93º72.02%75.69%-
XYZ25.5233.3855.55-
YUV137.94159.0768.13-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.95%
GREEN value IS 170 (66.80% from 255) = 40.77%
BLUE value IS 193 (75.78% from 255) = 46.28%
R=12.95%
G=40.77%
B=46.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal541701930.720.1200.24189.9356.2848.43
Hex36AAC148C018be3830
Octal66252301110140302767060
Binary11011010101010110000011001000110001100010111110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36AAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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