#3FA8CB

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

Shades of Viking #3FA8CB

Tints of Viking #3FA8CB

Color information

#3FA8CB (or 0x3FA8CB) is unknown color: approx Viking. HEX triplet: 3F, A8 and CB. RGB value is (63,168,203). Sum of RGB (Red+Green+Blue) = 63+168+203=434 (57% of max value = 765). Red value is 63 (25% from 255 or 14.52% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #3FA8CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA8CB is #C05734. Grayscale: #8C8C8C. Windows color (decimal): -12605237 or 13346879. OLE color: 13346879.

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

Color convert

RGB63168203-
CMYK0.690.1700.20
HSL195º57.38%52.16%-
HSV(B)195º68.97%79.61%-
XYZ26.8333.3761.53-
YUV140.6163.2172.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.52%
GREEN value IS 168 (66.02% from 255) = 38.71%
BLUE value IS 203 (79.69% from 255) = 46.77%
R=14.52%
G=38.71%
B=46.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal631682030.690.1700.2019557.3852.16
Hex3FA8CB4511014c33934
Octal77250313105210243037164
Binary111111101010001100101110001011000101010011000011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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