Html Css Color HEX #2E6FBF Denim

📋 copy color: '#2E6FBF'

red 46 ◦ green 111 ◦ blue 191

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

Shades of Denim #2E6FBF

Tints of Denim #2E6FBF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.9%

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

R = 13.22%
G = 31.9%
B = 54.89%

CMYK

 C value IS 0.76

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E6FBF (or 0x2E6FBF) is known color: Denim. HEX triplet: 2E, 6F and BF. RGB value is (46,111,191). Sum of RGB (Red+Green+Blue) = 46+111+191=348 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.22% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E6FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6FBF is #D19040. Grayscale: #646464. Windows color (decimal): -13733953 or 12545838. OLE color: 12545838.

HSL color Cylindrical-coordinate representation of color #2E6FBF: hue angle of 213.1º 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 #2E6FBF is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 111 191 -
CMYK 0.76 0.42 0 0.25
HSL 213.1º 0.61% 0.46% -
HSV(B) 213.1º 0.76% 0.75% -
XYZ 16.22 15.71 51.47 -
YUV 100.69 178.97 89 -
System Red Green Blue C M Y K H S L
Decimal 46 111 191 0.76 0.42 0 0.25 213.1 0.61 0.46
Hex 2E 6F BF 4C 2A 0 19 D5 3D 2E
Octal 56 157 277 114 52 0 31 325 75 56
Binary 101110 1101111 10111111 1001100 101010 0 11001 11010101 111101 101110

Color Harmonies of #2E6FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6FBF

Black with #2E6FBF

Text Example


Text Example

White with #2E6FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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