#3B9FC8

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

Shades of Viking #3B9FC8

Tints of Viking #3B9FC8

Color information

#3B9FC8 (or 0x3B9FC8) is unknown color: approx Viking. HEX triplet: 3B, 9F and C8. RGB value is (59,159,200). Sum of RGB (Red+Green+Blue) = 59+159+200=418 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.11% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 200 (78.52% from 255 or 47.85% from 418); Max value from RGB is 200 - color contains mainly: blue. Hex color #3B9FC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B9FC8 is #C46037. Grayscale: #858585. Windows color (decimal): -12869688 or 13147963. OLE color: 13147963.

HSL color Cylindrical-coordinate representation of color #3B9FC8: hue angle of 197.45º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3B9FC8 is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB59159200-
CMYK0.700.2000.22
HSL197.45º56.18%50.78%-
HSV(B)197.45º70.5%78.43%-
XYZ24.6329.959.12-
YUV133.77165.3774.67-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.11%
GREEN value IS 159 (62.5% from 255) = 38.04%
BLUE value IS 200 (78.52% from 255) = 47.85%
R=14.11%
G=38.04%
B=47.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal591592000.700.2000.22197.4556.1850.78
Hex3B9FC84614016c53833
Octal73237310106240263057063
Binary111011100111111100100010001101010001011011000101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,159,200); }

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

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

 a { background-color: rgb(59,159,200); }

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

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

 span { border-color: rgb(59,159,200); }

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