#2A6ACE

Color #2A6ACE Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #2A6ACE

Tints of Denim #2A6ACE

Color information

#2A6ACE (or 0x2A6ACE) is unknown color: approx Denim. HEX triplet: 2A, 6A and CE. RGB value is (42,106,206). Sum of RGB (Red+Green+Blue) = 42+106+206=354 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.86% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 206 (80.86% from 255 or 58.19% from 354); Max value from RGB is 206 - color contains mainly: blue. Hex color #2A6ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A6ACE is #D59531. Grayscale: #616161. Windows color (decimal): -13997362 or 13527594. OLE color: 13527594.

HSL color Cylindrical-coordinate representation of color #2A6ACE: hue angle of 216.59º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A6ACE is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB42106206-
CMYK0.800.4900.19
HSL216.59º66.13%48.63%-
HSV(B)216.59º79.61%80.78%-
XYZ17.2515.2660.43-
YUV98.26188.887.87-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.86%
GREEN value IS 106 (41.80% from 255) = 29.94%
BLUE value IS 206 (80.86% from 255) = 58.19%
R=11.86%
G=29.94%
B=58.19%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal421062060.800.4900.19216.5966.1348.63
Hex2A6ACE5031013d94231
Octal521523161206102333110261
Binary1010101101010110011101010000110001010011110110011000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A6ACE; }

 p { color: rgb(42,106,206); }

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

<style>
 a { background-color: #2A6ACE; }

 a { background-color: rgb(42,106,206); }

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

<style>
 span { border-color: #2A6ACE; }

 span { border-color: rgb(42,106,206); }

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