#42a3cc

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

Shades of Viking #42A3CC

Tints of Viking #42A3CC

Color information

#42A3CC (or 0x42A3CC) is unknown color: approx Viking. HEX triplet: 42, A3 and CC. RGB value is (66,163,204). Sum of RGB (Red+Green+Blue) = 66+163+204=433 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.24% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #42A3CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A3CC is #BD5C33. Grayscale: #8A8A8A. Windows color (decimal): -12409908 or 13411138. OLE color: 13411138.

HSL color Cylindrical-coordinate representation of color #42A3CC: hue angle of 197.83º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42A3CC is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB66163204-
CMYK0.680.2000.2
HSL197.83º57.5%52.94%-
HSV(B)197.83º67.65%80%-
XYZ26.2431.7161.86-
YUV138.67164.8676.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.24%
GREEN value IS 163 (64.06% from 255) = 37.64%
BLUE value IS 204 (80.08% from 255) = 47.11%
R=15.24%
G=37.64%
B=47.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal661632040.680.2000.2197.8357.552.94
Hex42A3CC4414014c63a35
Octal102243314104240243067265
Binary1000010101000111100110010001001010001010011000110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42a3cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42a3cc; }

 p { color: rgb(66,163,204); }

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

<style>
 a { background-color: #42a3cc; }

 a { background-color: rgb(66,163,204); }

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

<style>
 span { border-color: #42a3cc; }

 span { border-color: rgb(66,163,204); }

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