#3F9FCC

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

Shades of Viking #3F9FCC

Tints of Viking #3F9FCC

Color information

#3F9FCC (or 0x3F9FCC) is unknown color: approx Viking. HEX triplet: 3F, 9F and CC. RGB value is (63,159,204). Sum of RGB (Red+Green+Blue) = 63+159+204=426 (56% of max value = 765). Red value is 63 (25% from 255 or 14.79% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F9FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F9FCC is #C06033. Grayscale: #878787. Windows color (decimal): -12607540 or 13410111. OLE color: 13410111.

HSL color Cylindrical-coordinate representation of color #3F9FCC: hue angle of 199.15º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F9FCC is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB63159204-
CMYK0.690.2200.2
HSL199.15º58.02%52.35%-
HSV(B)199.15º69.12%80%-
XYZ25.3530.2161.62-
YUV135.43166.776.34-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.79%
GREEN value IS 159 (62.5% from 255) = 37.32%
BLUE value IS 204 (80.08% from 255) = 47.89%
R=14.79%
G=37.32%
B=47.89%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal631592040.690.2200.2199.1558.0252.35
Hex3F9FCC4516014c73a34
Octal77237314105260243077264
Binary111111100111111100110010001011011001010011000111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,159,204); }

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

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

 a { background-color: rgb(63,159,204); }

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

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

 span { border-color: rgb(63,159,204); }

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