#3F9EC2

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

Shades of Viking #3F9EC2

Tints of Viking #3F9EC2

Color information

#3F9EC2 (or 0x3F9EC2) is unknown color: approx Viking. HEX triplet: 3F, 9E and C2. RGB value is (63,158,194). Sum of RGB (Red+Green+Blue) = 63+158+194=415 (54% of max value = 765). Red value is 63 (25% from 255 or 15.18% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 194 (76.17% from 255 or 46.75% from 415); Max value from RGB is 194 - color contains mainly: blue. Hex color #3F9EC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F9EC2 is #C0613D. Grayscale: #858585. Windows color (decimal): -12607806 or 12754495. OLE color: 12754495.

HSL color Cylindrical-coordinate representation of color #3F9EC2: hue angle of 196.49º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F9EC2 is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB63158194-
CMYK0.680.1900.24
HSL196.49º51.78%50.39%-
HSV(B)196.49º67.53%76.08%-
XYZ24.0129.4155.45-
YUV133.7162.0377.57-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.18%
GREEN value IS 158 (62.11% from 255) = 38.07%
BLUE value IS 194 (76.17% from 255) = 46.75%
R=15.18%
G=38.07%
B=46.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal631581940.680.1900.24196.4951.7850.39
Hex3F9EC24413018c43432
Octal77236302104230303046462
Binary111111100111101100001010001001001101100011000100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,158,194); }

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

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

 a { background-color: rgb(63,158,194); }

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

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

 span { border-color: rgb(63,158,194); }

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