#3fbfca

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

Shades of Viking #3FBFCA

Tints of Viking #3FBFCA

Color information

#3FBFCA (or 0x3FBFCA) is unknown color: approx Viking. HEX triplet: 3F, BF and CA. RGB value is (63,191,202). Sum of RGB (Red+Green+Blue) = 63+191+202=456 (60% of max value = 765). Red value is 63 (25% from 255 or 13.82% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #3FBFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBFCA is #C04035. Grayscale: #999999. Windows color (decimal): -12599350 or 13287231. OLE color: 13287231.

HSL color Cylindrical-coordinate representation of color #3FBFCA: hue angle of 184.75º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FBFCA is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB63191202-
CMYK0.690.0500.21
HSL184.75º56.73%51.96%-
HSV(B)184.75º68.81%79.22%-
XYZ31.3442.5862.44-
YUV153.98155.0963.11-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.82%
GREEN value IS 191 (75% from 255) = 41.89%
BLUE value IS 202 (79.30% from 255) = 44.30%
R=13.82%
G=41.89%
B=44.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal631912020.690.0500.21184.7556.7351.96
Hex3FBFCA455015b93934
Octal7727731210550252717164
Binary1111111011111111001010100010110101010110111001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fbfca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,191,202); }

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

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

 a { background-color: rgb(63,191,202); }

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

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

 span { border-color: rgb(63,191,202); }

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