#40A2BF

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

Shades of Viking #40A2BF

Tints of Viking #40A2BF

Color information

#40A2BF (or 0x40A2BF) is unknown color: approx Viking. HEX triplet: 40, A2 and BF. RGB value is (64,162,191). Sum of RGB (Red+Green+Blue) = 64+162+191=417 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.35% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #40A2BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A2BF is #BF5D40. Grayscale: #878787. Windows color (decimal): -12541249 or 12558912. OLE color: 12558912.

HSL color Cylindrical-coordinate representation of color #40A2BF: hue angle of 193.7º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40A2BF is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB64162191-
CMYK0.660.1500.25
HSL193.7º49.8%50%-
HSV(B)193.7º66.49%74.9%-
XYZ24.4430.6953.93-
YUV136159.0376.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.35%
GREEN value IS 162 (63.67% from 255) = 38.85%
BLUE value IS 191 (75% from 255) = 45.80%
R=15.35%
G=38.85%
B=45.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal641621910.660.1500.25193.749.850
Hex40A2BF42F019c23232
Octal100242277102170313026262
Binary100000010100010101111111000010111101100111000010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40A2BF; }

 p { color: rgb(64,162,191); }

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

<style>
 a { background-color: #40A2BF; }

 a { background-color: rgb(64,162,191); }

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

<style>
 span { border-color: #40A2BF; }

 span { border-color: rgb(64,162,191); }

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