#2b6ccc

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

Shades of Denim #2B6CCC

Tints of Denim #2B6CCC

Color information

#2B6CCC (or 0x2B6CCC) is unknown color: approx Denim. HEX triplet: 2B, 6C and CC. RGB value is (43,108,204). Sum of RGB (Red+Green+Blue) = 43+108+204=355 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.11% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #2B6CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6CCC is #D49333. Grayscale: #636363. Windows color (decimal): -13931316 or 13397035. OLE color: 13397035.

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

Color convert

RGB43108204-
CMYK0.790.4700.2
HSL215.78º65.18%48.43%-
HSV(B)215.78º78.92%80%-
XYZ17.2615.659.23-
YUV99.51186.9787.69-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.11%
GREEN value IS 108 (42.58% from 255) = 30.42%
BLUE value IS 204 (80.08% from 255) = 57.46%
R=12.11%
G=30.42%
B=57.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal431082040.790.4700.2215.7865.1848.43
Hex2B6CCC4F2F014d84130
Octal531543141175702433010160
Binary1010111101100110011001001111101111010100110110001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b6ccc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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