#3DA9C3

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

Shades of Viking #3DA9C3

Tints of Viking #3DA9C3

Color information

#3DA9C3 (or 0x3DA9C3) is unknown color: approx Viking. HEX triplet: 3D, A9 and C3. RGB value is (61,169,195). Sum of RGB (Red+Green+Blue) = 61+169+195=425 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.35% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 195 (76.56% from 255 or 45.88% from 425); Max value from RGB is 195 - color contains mainly: blue. Hex color #3DA9C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DA9C3 is #C2563C. Grayscale: #8B8B8B. Windows color (decimal): -12736061 or 12822845. OLE color: 12822845.

HSL color Cylindrical-coordinate representation of color #3DA9C3: hue angle of 191.64º 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 #3DA9C3 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB61169195-
CMYK0.690.1300.24
HSL191.64º52.76%50.2%-
HSV(B)191.64º68.72%76.47%-
XYZ25.9633.3156.69-
YUV139.67159.2271.89-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.35%
GREEN value IS 169 (66.41% from 255) = 39.76%
BLUE value IS 195 (76.56% from 255) = 45.88%
R=14.35%
G=39.76%
B=45.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal611691950.690.1300.24191.6452.7650.2
Hex3DA9C345D018c03532
Octal75251303105150303006562
Binary11110110101001110000111000101110101100011000000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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