#3EAFB3

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

Shades of Viking #3EAFB3

Tints of Viking #3EAFB3

Color information

#3EAFB3 (or 0x3EAFB3) is unknown color: approx Viking. HEX triplet: 3E, AF and B3. RGB value is (62,175,179). Sum of RGB (Red+Green+Blue) = 62+175+179=416 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.90% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 179 (70.31% from 255 or 43.03% from 416); Max value from RGB is 179 - color contains mainly: blue. Hex color #3EAFB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EAFB3 is #C1504C. Grayscale: #8D8D8D. Windows color (decimal): -12669005 or 11775806. OLE color: 11775806.

HSL color Cylindrical-coordinate representation of color #3EAFB3: hue angle of 182.05º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3EAFB3 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB62175179-
CMYK0.650.0200.30
HSL182.05º48.55%47.25%-
HSV(B)182.05º65.36%70.2%-
XYZ25.4534.9448.05-
YUV141.67149.0671.17-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.90%
GREEN value IS 175 (68.75% from 255) = 42.07%
BLUE value IS 179 (70.31% from 255) = 43.03%
R=14.90%
G=42.07%
B=43.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal621751790.650.0200.30182.0548.5547.25
Hex3EAFB341201Eb6312f
Octal7625726310120362666157
Binary111110101011111011001110000011001111010110110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EAFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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