#3babc0

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

Shades of Viking #3BABC0

Tints of Viking #3BABC0

Color information

#3BABC0 (or 0x3BABC0) is unknown color: approx Viking. HEX triplet: 3B, AB and C0. RGB value is (59,171,192). Sum of RGB (Red+Green+Blue) = 59+171+192=422 (55% of max value = 765). Red value is 59 (23.44% from 255 or 13.98% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 192 (75.39% from 255 or 45.50% from 422); Max value from RGB is 192 - color contains mainly: blue. Hex color #3BABC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BABC0 is #C4543F. Grayscale: #8B8B8B. Windows color (decimal): -12866624 or 12626747. OLE color: 12626747.

HSL color Cylindrical-coordinate representation of color #3BABC0: hue angle of 189.47º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BABC0 is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB59171192-
CMYK0.690.1100.25
HSL189.47º52.99%49.22%-
HSV(B)189.47º69.27%75.29%-
XYZ25.8833.8655.04-
YUV139.91157.3970.29-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.98%
GREEN value IS 171 (67.19% from 255) = 40.52%
BLUE value IS 192 (75.39% from 255) = 45.50%
R=13.98%
G=40.52%
B=45.50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal591711920.690.1100.25189.4752.9949.22
Hex3BABC045B019bd3531
Octal73253300105130312756561
Binary11101110101011110000001000101101101100110111101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3babc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,171,192); }

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

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

 a { background-color: rgb(59,171,192); }

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

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

 span { border-color: rgb(59,171,192); }

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