#3D9DC7

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

Shades of Viking #3D9DC7

Tints of Viking #3D9DC7

Color information

#3D9DC7 (or 0x3D9DC7) is unknown color: approx Viking. HEX triplet: 3D, 9D and C7. RGB value is (61,157,199). Sum of RGB (Red+Green+Blue) = 61+157+199=417 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.63% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 199 (78.12% from 255 or 47.72% from 417); Max value from RGB is 199 - color contains mainly: blue. Hex color #3D9DC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D9DC7 is #C26238. Grayscale: #848484. Windows color (decimal): -12739129 or 13081917. OLE color: 13081917.

HSL color Cylindrical-coordinate representation of color #3D9DC7: hue angle of 198.26º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D9DC7 is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB61157199-
CMYK0.690.2100.22
HSL198.26º55.2%50.98%-
HSV(B)198.26º69.35%78.04%-
XYZ24.2929.2358.39-
YUV133.08165.276.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.63%
GREEN value IS 157 (61.72% from 255) = 37.65%
BLUE value IS 199 (78.12% from 255) = 47.72%
R=14.63%
G=37.65%
B=47.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal611571990.690.2100.22198.2655.250.98
Hex3D9DC74515016c63733
Octal75235307105250263066763
Binary111101100111011100011110001011010101011011000110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,157,199); }

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

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

 a { background-color: rgb(61,157,199); }

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

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

 span { border-color: rgb(61,157,199); }

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