Html Css Color HEX #2E6BC4 Denim

📋 copy color: '#2E6BC4'

red 46 ◦ green 107 ◦ blue 196

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

Shades of Denim #2E6BC4

Tints of Denim #2E6BC4

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.66%

 BLUE value IS 196 (76.95% from 255) = 56.16%

R = 13.18%
G = 30.66%
B = 56.16%

CMYK

 C value IS 0.77

 M value IS 0.45

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#2E6BC4 (or 0x2E6BC4) is known color: Denim. HEX triplet: 2E, 6B and C4. RGB value is (46,107,196). Sum of RGB (Red+Green+Blue) = 46+107+196=349 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.18% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 196 (76.95% from 255 or 56.16% from 349); Max value from RGB is 196 - color contains mainly: blue. Hex color #2E6BC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6BC4 is #D1943B. Grayscale: #626262. Windows color (decimal): -13734972 or 12872494. OLE color: 12872494.

HSL color Cylindrical-coordinate representation of color #2E6BC4: hue angle of 215.6º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E6BC4 is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 46 107 196 -
CMYK 0.77 0.45 0 0.23
HSL 215.6º 0.62% 0.47% -
HSV(B) 215.6º 0.77% 0.77% -
XYZ 16.35 15.08 54.27 -
YUV 98.91 182.79 90.26 -
System Red Green Blue C M Y K H S L
Decimal 46 107 196 0.77 0.45 0 0.23 215.6 0.62 0.47
Hex 2E 6B C4 4D 2D 0 17 D8 3E 2F
Octal 56 153 304 115 55 0 27 330 76 57
Binary 101110 1101011 11000100 1001101 101101 0 10111 11011000 111110 101111

Color Harmonies of #2E6BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6BC4

Black with #2E6BC4

Text Example


Text Example

White with #2E6BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,107,196); }

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

background-color css

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

 a { background-color: rgb(46,107,196); }

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

border-color css

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

 span { border-color: rgb(46,107,196); }

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