#3BB2C5

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

Shades of Viking #3BB2C5

Tints of Viking #3BB2C5

Color information

#3BB2C5 (or 0x3BB2C5) is unknown color: approx Viking. HEX triplet: 3B, B2 and C5. RGB value is (59,178,197). Sum of RGB (Red+Green+Blue) = 59+178+197=434 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.59% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 197 (77.34% from 255 or 45.39% from 434); Max value from RGB is 197 - color contains mainly: blue. Hex color #3BB2C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BB2C5 is #C44D3A. Grayscale: #909090. Windows color (decimal): -12864827 or 12956219. OLE color: 12956219.

HSL color Cylindrical-coordinate representation of color #3BB2C5: hue angle of 188.26º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BB2C5 is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB59178197-
CMYK0.700.1000.23
HSL188.26º54.33%50.2%-
HSV(B)188.26º70.05%77.25%-
XYZ27.836.858.46-
YUV144.58157.5866.96-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.59%
GREEN value IS 178 (69.92% from 255) = 41.01%
BLUE value IS 197 (77.34% from 255) = 45.39%
R=13.59%
G=41.01%
B=45.39%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal591781970.700.1000.23188.2654.3350.2
Hex3BB2C546A017bc3632
Octal73262305106120272746662
Binary11101110110010110001011000110101001011110111100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,178,197); }

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

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

 a { background-color: rgb(59,178,197); }

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

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

 span { border-color: rgb(59,178,197); }

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