#3FB2BD

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

Shades of Viking #3FB2BD

Tints of Viking #3FB2BD

Color information

#3FB2BD (or 0x3FB2BD) is unknown color: approx Viking. HEX triplet: 3F, B2 and BD. RGB value is (63,178,189). Sum of RGB (Red+Green+Blue) = 63+178+189=430 (56% of max value = 765). Red value is 63 (25% from 255 or 14.65% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #3FB2BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FB2BD is #C04D42. Grayscale: #909090. Windows color (decimal): -12602691 or 12431935. OLE color: 12431935.

HSL color Cylindrical-coordinate representation of color #3FB2BD: hue angle of 185.24º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FB2BD is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB63178189-
CMYK0.670.0600.26
HSL185.24º50%49.41%-
HSV(B)185.24º66.67%74.12%-
XYZ27.1636.5753.77-
YUV144.87152.969.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.65%
GREEN value IS 178 (69.92% from 255) = 41.40%
BLUE value IS 189 (74.22% from 255) = 43.95%
R=14.65%
G=41.40%
B=43.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal631781890.670.0600.26185.245049.41
Hex3FB2BD43601Ab93231
Octal7726227510360322716261
Binary1111111011001010111101100001111001101010111001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,178,189); }

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

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

 a { background-color: rgb(63,178,189); }

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

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

 span { border-color: rgb(63,178,189); }

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