#3b9fc0

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

Shades of Viking #3B9FC0

Tints of Viking #3B9FC0

Color information

#3B9FC0 (or 0x3B9FC0) is unknown color: approx Viking. HEX triplet: 3B, 9F and C0. RGB value is (59,159,192). Sum of RGB (Red+Green+Blue) = 59+159+192=410 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.39% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 192 (75.39% from 255 or 46.83% from 410); Max value from RGB is 192 - color contains mainly: blue. Hex color #3B9FC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B9FC0 is #C4603F. Grayscale: #848484. Windows color (decimal): -12869696 or 12623675. OLE color: 12623675.

HSL color Cylindrical-coordinate representation of color #3B9FC0: hue angle of 194.89º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B9FC0 is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB59159192-
CMYK0.690.1700.25
HSL194.89º52.99%49.22%-
HSV(B)194.89º69.27%75.29%-
XYZ23.7229.5354.32-
YUV132.86161.3775.32-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.39%
GREEN value IS 159 (62.5% from 255) = 38.78%
BLUE value IS 192 (75.39% from 255) = 46.83%
R=14.39%
G=38.78%
B=46.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal591591920.690.1700.25194.8952.9949.22
Hex3B9FC04511019c33531
Octal73237300105210313036561
Binary111011100111111100000010001011000101100111000011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b9fc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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