#3CA2C9

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

Shades of Viking #3CA2C9

Tints of Viking #3CA2C9

Color information

#3CA2C9 (or 0x3CA2C9) is unknown color: approx Viking. HEX triplet: 3C, A2 and C9. RGB value is (60,162,201). Sum of RGB (Red+Green+Blue) = 60+162+201=423 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.18% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 201 - color contains mainly: blue. Hex color #3CA2C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CA2C9 is #C35D36. Grayscale: #878787. Windows color (decimal): -12803383 or 13214268. OLE color: 13214268.

HSL color Cylindrical-coordinate representation of color #3CA2C9: hue angle of 196.6º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CA2C9 is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB60162201-
CMYK0.700.1900.21
HSL196.6º56.63%51.18%-
HSV(B)196.6º70.15%78.82%-
XYZ25.3331.0259.91-
YUV135.95164.7173.83-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.18%
GREEN value IS 162 (63.67% from 255) = 38.30%
BLUE value IS 201 (78.91% from 255) = 47.52%
R=14.18%
G=38.30%
B=47.52%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal601622010.700.1900.21196.656.6351.18
Hex3CA2C94613015c53933
Octal74242311106230253057163
Binary111100101000101100100110001101001101010111000101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,162,201); }

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

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

 a { background-color: rgb(60,162,201); }

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

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

 span { border-color: rgb(60,162,201); }

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