#3F9ECB

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

Shades of Viking #3F9ECB

Tints of Viking #3F9ECB

Color information

#3F9ECB (or 0x3F9ECB) is unknown color: approx Viking. HEX triplet: 3F, 9E and CB. RGB value is (63,158,203). Sum of RGB (Red+Green+Blue) = 63+158+203=424 (56% of max value = 765). Red value is 63 (25% from 255 or 14.86% from 424); Green value is 158 (62.11% from 255 or 37.26% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F9ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F9ECB is #C06134. Grayscale: #868686. Windows color (decimal): -12607797 or 13344319. OLE color: 13344319.

HSL color Cylindrical-coordinate representation of color #3F9ECB: hue angle of 199.29º degrees, saturation: 0.57, 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 #3F9ECB is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB63158203-
CMYK0.690.2200.20
HSL199.29º57.38%52.16%-
HSV(B)199.29º68.97%79.61%-
XYZ25.0629.8260.94-
YUV134.72166.5376.84-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.86%
GREEN value IS 158 (62.11% from 255) = 37.26%
BLUE value IS 203 (79.69% from 255) = 47.88%
R=14.86%
G=37.26%
B=47.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal631582030.690.2200.20199.2957.3852.16
Hex3F9ECB4516014c73934
Octal77236313105260243077164
Binary111111100111101100101110001011011001010011000111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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