#3D9CC8

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

Shades of Viking #3D9CC8

Tints of Viking #3D9CC8

Color information

#3D9CC8 (or 0x3D9CC8) is unknown color: approx Viking. HEX triplet: 3D, 9C and C8. RGB value is (61,156,200). Sum of RGB (Red+Green+Blue) = 61+156+200=417 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.63% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 200 (78.52% from 255 or 47.96% from 417); Max value from RGB is 200 - color contains mainly: blue. Hex color #3D9CC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D9CC8 is #C26337. Grayscale: #848484. Windows color (decimal): -12739384 or 13147197. OLE color: 13147197.

HSL color Cylindrical-coordinate representation of color #3D9CC8: hue angle of 198.99º degrees, saturation: 0.56, 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 #3D9CC8 is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB61156200-
CMYK0.690.2200.22
HSL198.99º55.82%51.18%-
HSV(B)198.99º69.5%78.43%-
XYZ24.2428.9458.95-
YUV132.61166.0376.92-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.63%
GREEN value IS 156 (61.33% from 255) = 37.41%
BLUE value IS 200 (78.52% from 255) = 47.96%
R=14.63%
G=37.41%
B=47.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal611562000.690.2200.22198.9955.8251.18
Hex3D9CC84516016c73833
Octal75234310105260263077063
Binary111101100111001100100010001011011001011011000111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,156,200); }

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

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

 a { background-color: rgb(61,156,200); }

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

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

 span { border-color: rgb(61,156,200); }

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