#40B3B4

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

Shades of Viking #40B3B4

Tints of Viking #40B3B4

Color information

#40B3B4 (or 0x40B3B4) is unknown color: approx Viking. HEX triplet: 40, B3 and B4. RGB value is (64,179,180). Sum of RGB (Red+Green+Blue) = 64+179+180=423 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.13% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 180 (70.70% from 255 or 42.55% from 423); Max value from RGB is 180 - color contains mainly: blue. Hex color #40B3B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40B3B4 is #BF4C4B. Grayscale: #909090. Windows color (decimal): -12536908 or 11842368. OLE color: 11842368.

HSL color Cylindrical-coordinate representation of color #40B3B4: hue angle of 180.52º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B3B4 is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB64179180-
CMYK0.640.0100.29
HSL180.52º47.54%47.84%-
HSV(B)180.52º64.44%70.59%-
XYZ26.4736.6348.85-
YUV144.73147.970.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.13%
GREEN value IS 179 (70.31% from 255) = 42.32%
BLUE value IS 180 (70.70% from 255) = 42.55%
R=15.13%
G=42.32%
B=42.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal641791800.640.0100.29180.5247.5447.84
Hex40B3B440101Db53030
Octal10026326410010352656060
Binary100000010110011101101001000000101110110110101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,179,180); }

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

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

 a { background-color: rgb(64,179,180); }

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

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

 span { border-color: rgb(64,179,180); }

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