#3BAFB7

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

Shades of Viking #3BAFB7

Tints of Viking #3BAFB7

Color information

#3BAFB7 (or 0x3BAFB7) is unknown color: approx Viking. HEX triplet: 3B, AF and B7. RGB value is (59,175,183). Sum of RGB (Red+Green+Blue) = 59+175+183=417 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.15% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 183 (71.88% from 255 or 43.88% from 417); Max value from RGB is 183 - color contains mainly: blue. Hex color #3BAFB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BAFB7 is #C45048. Grayscale: #8D8D8D. Windows color (decimal): -12865609 or 12037947. OLE color: 12037947.

HSL color Cylindrical-coordinate representation of color #3BAFB7: hue angle of 183.87º 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 #3BAFB7 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB59175183-
CMYK0.680.0400.28
HSL183.87º51.24%47.45%-
HSV(B)183.87º67.76%71.76%-
XYZ25.6835.0150.2-
YUV141.23151.5769.35-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.15%
GREEN value IS 175 (68.75% from 255) = 41.97%
BLUE value IS 183 (71.88% from 255) = 43.88%
R=14.15%
G=41.97%
B=43.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal591751830.680.0400.28183.8751.2447.45
Hex3BAFB744401Cb8332f
Octal7325726710440342706357
Binary1110111010111110110111100010010001110010111000110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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