#3ea7bb

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

Shades of Viking #3EA7BB

Tints of Viking #3EA7BB

Color information

#3EA7BB (or 0x3EA7BB) is unknown color: approx Viking. HEX triplet: 3E, A7 and BB. RGB value is (62,167,187). Sum of RGB (Red+Green+Blue) = 62+167+187=416 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.90% from 416); Green value is 167 (65.62% from 255 or 40.14% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #3EA7BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EA7BB is #C15844. Grayscale: #898989. Windows color (decimal): -12671045 or 12298046. OLE color: 12298046.

HSL color Cylindrical-coordinate representation of color #3EA7BB: hue angle of 189.6º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3EA7BB is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB62167187-
CMYK0.670.1100.27
HSL189.6º50.2%48.82%-
HSV(B)189.6º66.84%73.33%-
XYZ24.7732.2551.93-
YUV137.88155.7173.87-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.90%
GREEN value IS 167 (65.62% from 255) = 40.14%
BLUE value IS 187 (73.44% from 255) = 44.95%
R=14.90%
G=40.14%
B=44.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal621671870.670.1100.27189.650.248.82
Hex3EA7BB43B01Bbe3231
Octal76247273103130332766261
Binary11111010100111101110111000011101101101110111110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ea7bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,167,187); }

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

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

 a { background-color: rgb(62,167,187); }

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

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

 span { border-color: rgb(62,167,187); }

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