#3DB9C3

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

Shades of Viking #3DB9C3

Tints of Viking #3DB9C3

Color information

#3DB9C3 (or 0x3DB9C3) is unknown color: approx Viking. HEX triplet: 3D, B9 and C3. RGB value is (61,185,195). Sum of RGB (Red+Green+Blue) = 61+185+195=441 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.83% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 195 (76.56% from 255 or 44.22% from 441); Max value from RGB is 195 - color contains mainly: blue. Hex color #3DB9C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DB9C3 is #C2463C. Grayscale: #949494. Windows color (decimal): -12731965 or 12826941. OLE color: 12826941.

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

Color convert

RGB61185195-
CMYK0.690.0500.24
HSL184.48º52.76%50.2%-
HSV(B)184.48º68.72%76.47%-
XYZ29.1239.6357.74-
YUV149.06153.9265.19-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.83%
GREEN value IS 185 (72.66% from 255) = 41.95%
BLUE value IS 195 (76.56% from 255) = 44.22%
R=13.83%
G=41.95%
B=44.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal611851950.690.0500.24184.4852.7650.2
Hex3DB9C3455018b83532
Octal7527130310550302706562
Binary1111011011100111000011100010110101100010111000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,185,195); }

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

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

 a { background-color: rgb(61,185,195); }

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

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

 span { border-color: rgb(61,185,195); }

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