#3EAFB4

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

Shades of Viking #3EAFB4

Tints of Viking #3EAFB4

Color information

#3EAFB4 (or 0x3EAFB4) is unknown color: approx Viking. HEX triplet: 3E, AF and B4. RGB value is (62,175,180). Sum of RGB (Red+Green+Blue) = 62+175+180=417 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.87% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 180 - color contains mainly: blue. Hex color #3EAFB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EAFB4 is #C1504B. Grayscale: #8D8D8D. Windows color (decimal): -12669004 or 11841342. OLE color: 11841342.

HSL color Cylindrical-coordinate representation of color #3EAFB4: hue angle of 182.54º 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 #3EAFB4 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB62175180-
CMYK0.660.0300.29
HSL182.54º48.76%47.45%-
HSV(B)182.54º65.56%70.59%-
XYZ25.5534.9848.58-
YUV141.78149.5671.09-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.87%
GREEN value IS 175 (68.75% from 255) = 41.97%
BLUE value IS 180 (70.70% from 255) = 43.17%
R=14.87%
G=41.97%
B=43.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal621751800.660.0300.29182.5448.7647.45
Hex3EAFB442301Db7312f
Octal7625726410230352676157
Binary111110101011111011010010000101101110110110111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EAFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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