Html Css Color HEX #2B6EC1 Denim

📋 copy color: '#2B6EC1'

red 43 ◦ green 110 ◦ blue 193

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

Shades of Denim #2B6EC1

Tints of Denim #2B6EC1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.79%

 BLUE value IS 193 (75.78% from 255) = 55.78%

R = 12.43%
G = 31.79%
B = 55.78%

CMYK

 C value IS 0.78

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2B6EC1 (or 0x2B6EC1) is known color: Denim. HEX triplet: 2B, 6E and C1. RGB value is (43,110,193). Sum of RGB (Red+Green+Blue) = 43+110+193=346 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.43% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 193 (75.78% from 255 or 55.78% from 346); Max value from RGB is 193 - color contains mainly: blue. Hex color #2B6EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6EC1 is #D4913E. Grayscale: #636363. Windows color (decimal): -13930815 or 12676651. OLE color: 12676651.

HSL color Cylindrical-coordinate representation of color #2B6EC1: hue angle of 213.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B6EC1 is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 43 110 193 -
CMYK 0.78 0.43 0 0.24
HSL 213.2º 0.64% 0.46% -
HSV(B) 213.2º 0.78% 0.76% -
XYZ 16.2 15.52 52.59 -
YUV 99.43 180.8 87.75 -
System Red Green Blue C M Y K H S L
Decimal 43 110 193 0.78 0.43 0 0.24 213.2 0.64 0.46
Hex 2B 6E C1 4E 2B 0 18 D5 40 2E
Octal 53 156 301 116 53 0 30 325 100 56
Binary 101011 1101110 11000001 1001110 101011 0 11000 11010101 1000000 101110

Color Harmonies of #2B6EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6EC1

Black with #2B6EC1

Text Example


Text Example

White with #2B6EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,110,193); }

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

background-color css

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

 a { background-color: rgb(43,110,193); }

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

border-color css

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

 span { border-color: rgb(43,110,193); }

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