#2A6BCA

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

Shades of Denim #2A6BCA

Tints of Denim #2A6BCA

Color information

#2A6BCA (or 0x2A6BCA) is unknown color: approx Denim. HEX triplet: 2A, 6B and CA. RGB value is (42,107,202). Sum of RGB (Red+Green+Blue) = 42+107+202=351 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.97% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 202 (79.30% from 255 or 57.55% from 351); Max value from RGB is 202 - color contains mainly: blue. Hex color #2A6BCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A6BCA is #D59435. Grayscale: #616161. Windows color (decimal): -13997110 or 13265706. OLE color: 13265706.

HSL color Cylindrical-coordinate representation of color #2A6BCA: hue angle of 215.62º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A6BCA is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB42107202-
CMYK0.790.4700.21
HSL215.62º65.57%47.84%-
HSV(B)215.62º79.21%79.22%-
XYZ16.8715.2757.94-
YUV98.4186.4787.78-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.97%
GREEN value IS 107 (42.19% from 255) = 30.48%
BLUE value IS 202 (79.30% from 255) = 57.55%
R=11.97%
G=30.48%
B=57.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal421072020.790.4700.21215.6265.5747.84
Hex2A6BCA4F2F015d84230
Octal521533121175702533010260
Binary1010101101011110010101001111101111010101110110001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,107,202); }

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

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

 a { background-color: rgb(42,107,202); }

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

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

 span { border-color: rgb(42,107,202); }

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