#3CA2C4

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

Shades of Viking #3CA2C4

Tints of Viking #3CA2C4

Color information

#3CA2C4 (or 0x3CA2C4) is unknown color: approx Viking. HEX triplet: 3C, A2 and C4. RGB value is (60,162,196). Sum of RGB (Red+Green+Blue) = 60+162+196=418 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.35% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 196 (76.95% from 255 or 46.89% from 418); Max value from RGB is 196 - color contains mainly: blue. Hex color #3CA2C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CA2C4 is #C35D3B. Grayscale: #878787. Windows color (decimal): -12803388 or 12886588. OLE color: 12886588.

HSL color Cylindrical-coordinate representation of color #3CA2C4: hue angle of 195º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CA2C4 is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB60162196-
CMYK0.690.1700.23
HSL195º53.54%50.2%-
HSV(B)195º69.39%76.86%-
XYZ24.7530.7956.86-
YUV135.38162.2174.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.35%
GREEN value IS 162 (63.67% from 255) = 38.76%
BLUE value IS 196 (76.95% from 255) = 46.89%
R=14.35%
G=38.76%
B=46.89%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal601621960.690.1700.2319553.5450.2
Hex3CA2C44511017c33632
Octal74242304105210273036662
Binary111100101000101100010010001011000101011111000011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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