Html Css Color HEX #2B6DBA Denim

📋 copy color: '#2B6DBA'

red 43 ◦ green 109 ◦ blue 186

#2B6DBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #2B6DBA

Tints of Denim #2B6DBA

RGB

 RED value IS 43 (17.19% from 255) = 12.72%

 GREEN value IS 109 (42.97% from 255) = 32.25%

 BLUE value IS 186 (73.05% from 255) = 55.03%

R = 12.72%
G = 32.25%
B = 55.03%

CMYK

 C value IS 0.77

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2B6DBA (or 0x2B6DBA) is known color: Denim. HEX triplet: 2B, 6D and BA. RGB value is (43,109,186). Sum of RGB (Red+Green+Blue) = 43+109+186=338 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.72% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B6DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6DBA is #D49245. Grayscale: #616161. Windows color (decimal): -13931078 or 12217643. OLE color: 12217643.

HSL color Cylindrical-coordinate representation of color #2B6DBA: hue angle of 212.31º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B6DBA is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 43 109 186 -
CMYK 0.77 0.41 0 0.27
HSL 212.31º 0.62% 0.45% -
HSV(B) 212.31º 0.77% 0.73% -
XYZ 15.33 15 48.54 -
YUV 98.04 177.63 88.74 -
System Red Green Blue C M Y K H S L
Decimal 43 109 186 0.77 0.41 0 0.27 212.31 0.62 0.45
Hex 2B 6D BA 4D 29 0 1B D4 3E 2D
Octal 53 155 272 115 51 0 33 324 76 55
Binary 101011 1101101 10111010 1001101 101001 0 11011 11010100 111110 101101

Color Harmonies of #2B6DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6DBA

Black with #2B6DBA

Text Example


Text Example

White with #2B6DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,109,186); }

 H1.HeaderClassName
 {
   color: #2B6DBA;
 }
 .AnyTagClassName
 {
   color: #2B6DBA;
 }
</style>

background-color css

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

 a { background-color: rgb(43,109,186); }

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

border-color css

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

 span { border-color: rgb(43,109,186); }

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