#3eaebb

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

Shades of Viking #3EAEBB

Tints of Viking #3EAEBB

Color information

#3EAEBB (or 0x3EAEBB) is unknown color: approx Viking. HEX triplet: 3E, AE and BB. RGB value is (62,174,187). Sum of RGB (Red+Green+Blue) = 62+174+187=423 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.66% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #3EAEBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EAEBB is #C15144. Grayscale: #8D8D8D. Windows color (decimal): -12669253 or 12299838. OLE color: 12299838.

HSL color Cylindrical-coordinate representation of color #3EAEBB: hue angle of 186.24º 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 #3EAEBB is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB62174187-
CMYK0.670.0700.27
HSL186.24º50.2%48.82%-
HSV(B)186.24º66.84%73.33%-
XYZ26.0934.8852.37-
YUV141.99153.3970.94-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.66%
GREEN value IS 174 (68.36% from 255) = 41.13%
BLUE value IS 187 (73.44% from 255) = 44.21%
R=14.66%
G=41.13%
B=44.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal621741870.670.0700.27186.2450.248.82
Hex3EAEBB43701Bba3231
Octal7625627310370332726261
Binary1111101010111010111011100001111101101110111010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3eaebb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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