#3DB3C9

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

Shades of Viking #3DB3C9

Tints of Viking #3DB3C9

Color information

#3DB3C9 (or 0x3DB3C9) is unknown color: approx Viking. HEX triplet: 3D, B3 and C9. RGB value is (61,179,201). Sum of RGB (Red+Green+Blue) = 61+179+201=441 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.83% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 201 (78.91% from 255 or 45.58% from 441); Max value from RGB is 201 - color contains mainly: blue. Hex color #3DB3C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DB3C9 is #C24C36. Grayscale: #929292. Windows color (decimal): -12733495 or 13218621. OLE color: 13218621.

HSL color Cylindrical-coordinate representation of color #3DB3C9: hue angle of 189.43º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DB3C9 is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB61179201-
CMYK0.700.1100.21
HSL189.43º56.45%51.37%-
HSV(B)189.43º69.65%78.82%-
XYZ28.5937.4560.98-
YUV146.23158.9167.21-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.83%
GREEN value IS 179 (70.31% from 255) = 40.59%
BLUE value IS 201 (78.91% from 255) = 45.58%
R=13.83%
G=40.59%
B=45.58%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal611792010.700.1100.21189.4356.4551.37
Hex3DB3C946B015bd3833
Octal75263311106130252757063
Binary11110110110011110010011000110101101010110111101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,179,201); }

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

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

 a { background-color: rgb(61,179,201); }

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

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

 span { border-color: rgb(61,179,201); }

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