#40A2CB

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

Shades of Viking #40A2CB

Tints of Viking #40A2CB

Color information

#40A2CB (or 0x40A2CB) is unknown color: approx Viking. HEX triplet: 40, A2 and CB. RGB value is (64,162,203). Sum of RGB (Red+Green+Blue) = 64+162+203=429 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.92% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #40A2CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A2CB is #BF5D34. Grayscale: #898989. Windows color (decimal): -12541237 or 13345344. OLE color: 13345344.

HSL color Cylindrical-coordinate representation of color #40A2CB: hue angle of 197.7º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40A2CB is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB64162203-
CMYK0.680.2000.20
HSL197.7º57.2%52.35%-
HSV(B)197.7º68.47%79.61%-
XYZ25.8131.2461.17-
YUV137.37165.0375.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.92%
GREEN value IS 162 (63.67% from 255) = 37.76%
BLUE value IS 203 (79.69% from 255) = 47.32%
R=14.92%
G=37.76%
B=47.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal641622030.680.2000.20197.757.252.35
Hex40A2CB4414014c63934
Octal100242313104240243067164
Binary1000000101000101100101110001001010001010011000110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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