#40A5CE

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

Shades of Viking #40A5CE

Tints of Viking #40A5CE

Color information

#40A5CE (or 0x40A5CE) is unknown color: approx Viking. HEX triplet: 40, A5 and CE. RGB value is (64,165,206). Sum of RGB (Red+Green+Blue) = 64+165+206=435 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.71% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #40A5CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A5CE is #BF5A31. Grayscale: #8B8B8B. Windows color (decimal): -12540466 or 13542720. OLE color: 13542720.

HSL color Cylindrical-coordinate representation of color #40A5CE: hue angle of 197.32º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40A5CE is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB64165206-
CMYK0.690.2000.19
HSL197.32º59.17%52.94%-
HSV(B)197.32º68.93%80.78%-
XYZ26.7132.4663.25-
YUV139.48165.5474.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.71%
GREEN value IS 165 (64.84% from 255) = 37.93%
BLUE value IS 206 (80.86% from 255) = 47.36%
R=14.71%
G=37.93%
B=47.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal641652060.690.2000.19197.3259.1752.94
Hex40A5CE4514013c53b35
Octal100245316105240233057365
Binary1000000101001011100111010001011010001001111000101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,165,206); }

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

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

 a { background-color: rgb(64,165,206); }

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

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

 span { border-color: rgb(64,165,206); }

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