#3FB3B4

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

Shades of Viking #3FB3B4

Tints of Viking #3FB3B4

Color information

#3FB3B4 (or 0x3FB3B4) is unknown color: approx Viking. HEX triplet: 3F, B3 and B4. RGB value is (63,179,180). Sum of RGB (Red+Green+Blue) = 63+179+180=422 (55% of max value = 765). Red value is 63 (25% from 255 or 14.93% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 180 - color contains mainly: blue. Hex color #3FB3B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FB3B4 is #C04C4B. Grayscale: #909090. Windows color (decimal): -12602444 or 11842367. OLE color: 11842367.

HSL color Cylindrical-coordinate representation of color #3FB3B4: hue angle of 180.51º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FB3B4 is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB63179180-
CMYK0.650.0100.29
HSL180.51º48.15%47.65%-
HSV(B)180.51º65%70.59%-
XYZ26.4136.5948.85-
YUV144.43148.0769.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.93%
GREEN value IS 179 (70.31% from 255) = 42.42%
BLUE value IS 180 (70.70% from 255) = 42.65%
R=14.93%
G=42.42%
B=42.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal631791800.650.0100.29180.5148.1547.65
Hex3FB3B441101Db53030
Octal7726326410110352656060
Binary11111110110011101101001000001101110110110101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,179,180); }

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

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

 a { background-color: rgb(63,179,180); }

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

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

 span { border-color: rgb(63,179,180); }

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