#2B6CCA

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

Shades of Denim #2B6CCA

Tints of Denim #2B6CCA

Color information

#2B6CCA (or 0x2B6CCA) is unknown color: approx Denim. HEX triplet: 2B, 6C and CA. RGB value is (43,108,202). Sum of RGB (Red+Green+Blue) = 43+108+202=353 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.18% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 202 (79.30% from 255 or 57.22% from 353); Max value from RGB is 202 - color contains mainly: blue. Hex color #2B6CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6CCA is #D49335. Grayscale: #626262. Windows color (decimal): -13931318 or 13265963. OLE color: 13265963.

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

Color convert

RGB43108202-
CMYK0.790.4700.21
HSL215.47º64.9%48.04%-
HSV(B)215.47º78.71%79.22%-
XYZ17.0215.557.97-
YUV99.28185.9787.86-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.18%
GREEN value IS 108 (42.58% from 255) = 30.59%
BLUE value IS 202 (79.30% from 255) = 57.22%
R=12.18%
G=30.59%
B=57.22%

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
Decimal431082020.790.4700.21215.4764.948.04
Hex2B6CCA4F2F015d74130
Octal531543121175702532710160
Binary1010111101100110010101001111101111010101110101111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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