#3CAACC

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

Shades of Viking #3CAACC

Tints of Viking #3CAACC

Color information

#3CAACC (or 0x3CAACC) is unknown color: approx Viking. HEX triplet: 3C, AA and CC. RGB value is (60,170,204). Sum of RGB (Red+Green+Blue) = 60+170+204=434 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.82% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #3CAACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CAACC is #C35533. Grayscale: #8C8C8C. Windows color (decimal): -12801332 or 13412924. OLE color: 13412924.

HSL color Cylindrical-coordinate representation of color #3CAACC: hue angle of 194.17º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CAACC is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB60170204-
CMYK0.710.1700.2
HSL194.17º58.54%51.76%-
HSV(B)194.17º70.59%80%-
XYZ27.1434.0762.27-
YUV140.99163.5670.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.82%
GREEN value IS 170 (66.80% from 255) = 39.17%
BLUE value IS 204 (80.08% from 255) = 47.00%
R=13.82%
G=39.17%
B=47.00%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal601702040.710.1700.2194.1758.5451.76
Hex3CAACC4711014c23b34
Octal74252314107210243027364
Binary111100101010101100110010001111000101010011000010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,170,204); }

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

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

 a { background-color: rgb(60,170,204); }

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

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

 span { border-color: rgb(60,170,204); }

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