Html Css Color HEX #2B6DBB Denim

📋 copy color: '#2B6DBB'

red 43 ◦ green 109 ◦ blue 187

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

Shades of Denim #2B6DBB

Tints of Denim #2B6DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.16%

R = 12.68%
G = 32.15%
B = 55.16%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2B6DBB (or 0x2B6DBB) is known color: Denim. HEX triplet: 2B, 6D and BB. RGB value is (43,109,187). Sum of RGB (Red+Green+Blue) = 43+109+187=339 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.68% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #2B6DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6DBB is #D49244. Grayscale: #616161. Windows color (decimal): -13931077 or 12283179. OLE color: 12283179.

HSL color Cylindrical-coordinate representation of color #2B6DBB: hue angle of 212.5º degrees, saturation: 0.63, 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 #2B6DBB is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 43 109 187 -
CMYK 0.77 0.42 0 0.27
HSL 212.5º 0.63% 0.45% -
HSV(B) 212.5º 0.77% 0.73% -
XYZ 15.43 15.04 49.1 -
YUV 98.16 178.13 88.66 -
System Red Green Blue C M Y K H S L
Decimal 43 109 187 0.77 0.42 0 0.27 212.5 0.63 0.45
Hex 2B 6D BB 4D 2A 0 1B D4 3F 2D
Octal 53 155 273 115 52 0 33 324 77 55
Binary 101011 1101101 10111011 1001101 101010 0 11011 11010100 111111 101101

Color Harmonies of #2B6DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6DBB

Black with #2B6DBB

Text Example


Text Example

White with #2B6DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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