#3DB8C1

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

Shades of Viking #3DB8C1

Tints of Viking #3DB8C1

Color information

#3DB8C1 (or 0x3DB8C1) is unknown color: approx Viking. HEX triplet: 3D, B8 and C1. RGB value is (61,184,193). Sum of RGB (Red+Green+Blue) = 61+184+193=438 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.93% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 193 - color contains mainly: blue. Hex color #3DB8C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DB8C1 is #C2473E. Grayscale: #949494. Windows color (decimal): -12732223 or 12695613. OLE color: 12695613.

HSL color Cylindrical-coordinate representation of color #3DB8C1: hue angle of 184.09º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DB8C1 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB61184193-
CMYK0.680.0500.24
HSL184.09º51.97%49.8%-
HSV(B)184.09º68.39%75.69%-
XYZ28.6939.1256.49-
YUV148.25153.2565.77-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.93%
GREEN value IS 184 (72.27% from 255) = 42.01%
BLUE value IS 193 (75.78% from 255) = 44.06%
R=13.93%
G=42.01%
B=44.06%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal611841930.680.0500.24184.0951.9749.8
Hex3DB8C1445018b83432
Octal7527030110450302706462
Binary1111011011100011000001100010010101100010111000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,184,193); }

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

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

 a { background-color: rgb(61,184,193); }

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

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

 span { border-color: rgb(61,184,193); }

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