#3BAEB7

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

Shades of Viking #3BAEB7

Tints of Viking #3BAEB7

Color information

#3BAEB7 (or 0x3BAEB7) is unknown color: approx Viking. HEX triplet: 3B, AE and B7. RGB value is (59,174,183). Sum of RGB (Red+Green+Blue) = 59+174+183=416 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.18% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 183 (71.88% from 255 or 43.99% from 416); Max value from RGB is 183 - color contains mainly: blue. Hex color #3BAEB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BAEB7 is #C45148. Grayscale: #8C8C8C. Windows color (decimal): -12865865 or 12037691. OLE color: 12037691.

HSL color Cylindrical-coordinate representation of color #3BAEB7: hue angle of 184.35º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3BAEB7 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB59174183-
CMYK0.680.0500.28
HSL184.35º51.24%47.45%-
HSV(B)184.35º67.76%71.76%-
XYZ25.4934.6250.14-
YUV140.64151.969.77-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.18%
GREEN value IS 174 (68.36% from 255) = 41.83%
BLUE value IS 183 (71.88% from 255) = 43.99%
R=14.18%
G=41.83%
B=43.99%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal591741830.680.0500.28184.3551.2447.45
Hex3BAEB744501Cb8332f
Octal7325626710450342706357
Binary1110111010111010110111100010010101110010111000110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,174,183); }

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

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

 a { background-color: rgb(59,174,183); }

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

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

 span { border-color: rgb(59,174,183); }

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