#3eb3b4

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

Shades of Viking #3EB3B4

Tints of Viking #3EB3B4

Color information

#3EB3B4 (or 0x3EB3B4) is unknown color: approx Viking. HEX triplet: 3E, B3 and B4. RGB value is (62,179,180). Sum of RGB (Red+Green+Blue) = 62+179+180=421 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.73% from 421); Green value is 179 (70.31% from 255 or 42.52% from 421); Blue value is 180 (70.70% from 255 or 42.76% from 421); Max value from RGB is 180 - color contains mainly: blue. Hex color #3EB3B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EB3B4 is #C14C4B. Grayscale: #909090. Windows color (decimal): -12667980 or 11842366. OLE color: 11842366.

HSL color Cylindrical-coordinate representation of color #3EB3B4: hue angle of 180.51º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3EB3B4 is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB62179180-
CMYK0.660.0100.29
HSL180.51º48.76%47.45%-
HSV(B)180.51º65.56%70.59%-
XYZ26.3436.5648.85-
YUV144.13148.2469.42-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.73%
GREEN value IS 179 (70.31% from 255) = 42.52%
BLUE value IS 180 (70.70% from 255) = 42.76%
R=14.73%
G=42.52%
B=42.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal621791800.660.0100.29180.5148.7647.45
Hex3EB3B442101Db5312f
Octal7626326410210352656157
Binary11111010110011101101001000010101110110110101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3eb3b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3eb3b4; }

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

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

<style>
 a { background-color: #3eb3b4; }

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

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

<style>
 span { border-color: #3eb3b4; }

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

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