#2a6bbf

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

Shades of Denim #2A6BBF

Tints of Denim #2A6BBF

Color information

#2A6BBF (or 0x2A6BBF) is unknown color: approx Denim. HEX triplet: 2A, 6B and BF. RGB value is (42,107,191). Sum of RGB (Red+Green+Blue) = 42+107+191=340 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.35% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 191 (75% from 255 or 56.18% from 340); Max value from RGB is 191 - color contains mainly: blue. Hex color #2A6BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A6BBF is #D59440. Grayscale: #606060. Windows color (decimal): -13997121 or 12544810. OLE color: 12544810.

HSL color Cylindrical-coordinate representation of color #2A6BBF: hue angle of 213.83º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A6BBF is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB42107191-
CMYK0.780.4400.25
HSL213.83º63.95%45.69%-
HSV(B)213.83º78.01%74.9%-
XYZ15.6214.7751.32-
YUV97.14180.9788.67-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.35%
GREEN value IS 107 (42.19% from 255) = 31.47%
BLUE value IS 191 (75% from 255) = 56.18%
R=12.35%
G=31.47%
B=56.18%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal421071910.780.4400.25213.8363.9545.69
Hex2A6BBF4E2C019d6402e
Octal521532771165403132610056
Binary1010101101011101111111001110101100011001110101101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a6bbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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