#3bb8c4

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

Shades of Viking #3BB8C4

Tints of Viking #3BB8C4

Color information

#3BB8C4 (or 0x3BB8C4) is unknown color: approx Viking. HEX triplet: 3B, B8 and C4. RGB value is (59,184,196). Sum of RGB (Red+Green+Blue) = 59+184+196=439 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.44% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 196 (76.95% from 255 or 44.65% from 439); Max value from RGB is 196 - color contains mainly: blue. Hex color #3BB8C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BB8C4 is #C4473B. Grayscale: #939393. Windows color (decimal): -12863292 or 12892219. OLE color: 12892219.

HSL color Cylindrical-coordinate representation of color #3BB8C4: hue angle of 185.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 #3BB8C4 is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB59184196-
CMYK0.700.0600.23
HSL185.26º53.73%50%-
HSV(B)185.26º69.9%76.86%-
XYZ28.9139.258.27-
YUV147.99155.0964.52-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.44%
GREEN value IS 184 (72.27% from 255) = 41.91%
BLUE value IS 196 (76.95% from 255) = 44.65%
R=13.44%
G=41.91%
B=44.65%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal591841960.700.0600.23185.2653.7350
Hex3BB8C4466017b93632
Octal7327030410660272716662
Binary1110111011100011000100100011011001011110111001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3bb8c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,184,196); }

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

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

 a { background-color: rgb(59,184,196); }

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

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

 span { border-color: rgb(59,184,196); }

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