#2B6ECA

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

Shades of Denim #2B6ECA

Tints of Denim #2B6ECA

Color information

#2B6ECA (or 0x2B6ECA) is unknown color: approx Denim. HEX triplet: 2B, 6E and CA. RGB value is (43,110,202). Sum of RGB (Red+Green+Blue) = 43+110+202=355 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.11% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #2B6ECA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6ECA is #D49135. Grayscale: #646464. Windows color (decimal): -13930806 or 13266475. OLE color: 13266475.

HSL color Cylindrical-coordinate representation of color #2B6ECA: hue angle of 214.72º degrees, saturation: 0.65, 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 #2B6ECA is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB43110202-
CMYK0.790.4600.21
HSL214.72º64.9%48.04%-
HSV(B)214.72º78.71%79.22%-
XYZ17.2315.9358.04-
YUV100.46185.387.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.11%
GREEN value IS 110 (43.36% from 255) = 30.99%
BLUE value IS 202 (79.30% from 255) = 56.90%
R=12.11%
G=30.99%
B=56.90%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal431102020.790.4600.21214.7264.948.04
Hex2B6ECA4F2E015d74130
Octal531563121175602532710160
Binary1010111101110110010101001111101110010101110101111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,110,202); }

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

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

 a { background-color: rgb(43,110,202); }

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

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

 span { border-color: rgb(43,110,202); }

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