Html Css Color HEX #2B6ABA Denim

📋 copy color: '#2B6ABA'

red 43 ◦ green 106 ◦ blue 186

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

Shades of Denim #2B6ABA

Tints of Denim #2B6ABA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.64%

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

R = 12.84%
G = 31.64%
B = 55.52%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2B6ABA (or 0x2B6ABA) is known color: Denim. HEX triplet: 2B, 6A and BA. RGB value is (43,106,186). Sum of RGB (Red+Green+Blue) = 43+106+186=335 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.84% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B6ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6ABA is #D49545. Grayscale: #5F5F5F. Windows color (decimal): -13931846 or 12216875. OLE color: 12216875.

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

Color convert

RGB 43 106 186 -
CMYK 0.77 0.43 0 0.27
HSL 213.57º 0.62% 0.45% -
HSV(B) 213.57º 0.77% 0.73% -
XYZ 15.01 14.37 48.44 -
YUV 96.28 178.63 90 -
System Red Green Blue C M Y K H S L
Decimal 43 106 186 0.77 0.43 0 0.27 213.57 0.62 0.45
Hex 2B 6A BA 4D 2B 0 1B D6 3E 2D
Octal 53 152 272 115 53 0 33 326 76 55
Binary 101011 1101010 10111010 1001101 101011 0 11011 11010110 111110 101101

Color Harmonies of #2B6ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6ABA

Black with #2B6ABA

Text Example


Text Example

White with #2B6ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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