#3b9fc4

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

Shades of Viking #3B9FC4

Tints of Viking #3B9FC4

Color information

#3B9FC4 (or 0x3B9FC4) is unknown color: approx Viking. HEX triplet: 3B, 9F and C4. RGB value is (59,159,196). Sum of RGB (Red+Green+Blue) = 59+159+196=414 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.25% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 196 (76.95% from 255 or 47.34% from 414); Max value from RGB is 196 - color contains mainly: blue. Hex color #3B9FC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B9FC4 is #C4603B. Grayscale: #858585. Windows color (decimal): -12869692 or 12885819. OLE color: 12885819.

HSL color Cylindrical-coordinate representation of color #3B9FC4: hue angle of 196.2º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3B9FC4 is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB59159196-
CMYK0.700.1900.23
HSL196.2º53.73%50%-
HSV(B)196.2º69.9%76.86%-
XYZ24.1729.7156.69-
YUV133.32163.3774.99-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.25%
GREEN value IS 159 (62.5% from 255) = 38.41%
BLUE value IS 196 (76.95% from 255) = 47.34%
R=14.25%
G=38.41%
B=47.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal591591960.700.1900.23196.253.7350
Hex3B9FC44613017c43632
Octal73237304106230273046662
Binary111011100111111100010010001101001101011111000100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b9fc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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