#36ACC7

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

Shades of Viking #36ACC7

Tints of Viking #36ACC7

Color information

#36ACC7 (or 0x36ACC7) is unknown color: approx Viking. HEX triplet: 36, AC and C7. RGB value is (54,172,199). Sum of RGB (Red+Green+Blue) = 54+172+199=425 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.71% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 199 (78.12% from 255 or 46.82% from 425); Max value from RGB is 199 - color contains mainly: blue. Hex color #36ACC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36ACC7 is #C95338. Grayscale: #8B8B8B. Windows color (decimal): -13194041 or 13085750. OLE color: 13085750.

HSL color Cylindrical-coordinate representation of color #36ACC7: hue angle of 191.17º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36ACC7 is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB54172199-
CMYK0.730.1400.22
HSL191.17º57.31%49.61%-
HSV(B)191.17º72.86%78.04%-
XYZ26.5834.4159.27-
YUV139.8161.4166.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.71%
GREEN value IS 172 (67.58% from 255) = 40.47%
BLUE value IS 199 (78.12% from 255) = 46.82%
R=12.71%
G=40.47%
B=46.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal541721990.730.1400.22191.1757.3149.61
Hex36ACC749E016bf3932
Octal66254307111160262777162
Binary11011010101100110001111001001111001011010111111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36ACC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,172,199); }

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

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

 a { background-color: rgb(54,172,199); }

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

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

 span { border-color: rgb(54,172,199); }

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