Html Css Color HEX #2E6DBF Denim

📋 copy color: '#2E6DBF'

red 46 ◦ green 109 ◦ blue 191

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

Shades of Denim #2E6DBF

Tints of Denim #2E6DBF

RGB

 RED value IS 46 (18.36% from 255) = 13.29%

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

 BLUE value IS 191 (75% from 255) = 55.2%

R = 13.29%
G = 31.5%
B = 55.2%

CMYK

 C value IS 0.76

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E6DBF (or 0x2E6DBF) is known color: Denim. HEX triplet: 2E, 6D and BF. RGB value is (46,109,191). Sum of RGB (Red+Green+Blue) = 46+109+191=346 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.29% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 191 (75% from 255 or 55.20% from 346); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E6DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6DBF is #D19240. Grayscale: #636363. Windows color (decimal): -13734465 or 12545326. OLE color: 12545326.

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

Color convert

RGB 46 109 191 -
CMYK 0.76 0.43 0 0.25
HSL 213.93º 0.61% 0.46% -
HSV(B) 213.93º 0.76% 0.75% -
XYZ 16 15.28 51.4 -
YUV 99.51 179.63 89.83 -
System Red Green Blue C M Y K H S L
Decimal 46 109 191 0.76 0.43 0 0.25 213.93 0.61 0.46
Hex 2E 6D BF 4C 2B 0 19 D6 3D 2E
Octal 56 155 277 114 53 0 31 326 75 56
Binary 101110 1101101 10111111 1001100 101011 0 11001 11010110 111101 101110

Color Harmonies of #2E6DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6DBF

Black with #2E6DBF

Text Example


Text Example

White with #2E6DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,109,191); }

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

background-color css

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

 a { background-color: rgb(46,109,191); }

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

border-color css

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

 span { border-color: rgb(46,109,191); }

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