#3C9EC3

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

Shades of Viking #3C9EC3

Tints of Viking #3C9EC3

Color information

#3C9EC3 (or 0x3C9EC3) is unknown color: approx Viking. HEX triplet: 3C, 9E and C3. RGB value is (60,158,195). Sum of RGB (Red+Green+Blue) = 60+158+195=413 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.53% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 195 (76.56% from 255 or 47.22% from 413); Max value from RGB is 195 - color contains mainly: blue. Hex color #3C9EC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C9EC3 is #C3613C. Grayscale: #848484. Windows color (decimal): -12804413 or 12820028. OLE color: 12820028.

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

Color convert

RGB60158195-
CMYK0.690.1900.24
HSL196.44º52.94%50%-
HSV(B)196.44º69.23%76.47%-
XYZ23.9429.3556.03-
YUV132.92163.0375.99-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.53%
GREEN value IS 158 (62.11% from 255) = 38.26%
BLUE value IS 195 (76.56% from 255) = 47.22%
R=14.53%
G=38.26%
B=47.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal601581950.690.1900.24196.4452.9450
Hex3C9EC34513018c43532
Octal74236303105230303046562
Binary111100100111101100001110001011001101100011000100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,158,195); }

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

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

 a { background-color: rgb(60,158,195); }

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

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

 span { border-color: rgb(60,158,195); }

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