#3DA9CB

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

Shades of Viking #3DA9CB

Tints of Viking #3DA9CB

Color information

#3DA9CB (or 0x3DA9CB) is unknown color: approx Viking. HEX triplet: 3D, A9 and CB. RGB value is (61,169,203). Sum of RGB (Red+Green+Blue) = 61+169+203=433 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.09% from 433); Green value is 169 (66.41% from 255 or 39.03% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #3DA9CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DA9CB is #C25634. Grayscale: #8C8C8C. Windows color (decimal): -12736053 or 13347133. OLE color: 13347133.

HSL color Cylindrical-coordinate representation of color #3DA9CB: hue angle of 194.37º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DA9CB is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB61169203-
CMYK0.700.1700.20
HSL194.37º57.72%51.76%-
HSV(B)194.37º69.95%79.61%-
XYZ26.8933.6861.58-
YUV140.58163.2271.24-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.09%
GREEN value IS 169 (66.41% from 255) = 39.03%
BLUE value IS 203 (79.69% from 255) = 46.88%
R=14.09%
G=39.03%
B=46.88%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal611692030.700.1700.20194.3757.7251.76
Hex3DA9CB4611014c23a34
Octal75251313106210243027264
Binary111101101010011100101110001101000101010011000010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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