Html Css Color HEX #2E6ABA Denim

📋 copy color: '#2E6ABA'

red 46 ◦ green 106 ◦ blue 186

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

Shades of Denim #2E6ABA

Tints of Denim #2E6ABA

RGB

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

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

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

R = 13.61%
G = 31.36%
B = 55.03%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2E6ABA (or 0x2E6ABA) is known color: Denim. HEX triplet: 2E, 6A and BA. RGB value is (46,106,186). Sum of RGB (Red+Green+Blue) = 46+106+186=338 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.61% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E6ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6ABA is #D19545. Grayscale: #606060. Windows color (decimal): -13735238 or 12216878. OLE color: 12216878.

HSL color Cylindrical-coordinate representation of color #2E6ABA: hue angle of 214.29º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E6ABA is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 106 186 -
CMYK 0.75 0.43 0 0.27
HSL 214.29º 0.6% 0.45% -
HSV(B) 214.29º 0.75% 0.73% -
XYZ 15.14 14.43 48.44 -
YUV 97.18 178.12 91.5 -
System Red Green Blue C M Y K H S L
Decimal 46 106 186 0.75 0.43 0 0.27 214.29 0.6 0.45
Hex 2E 6A BA 4B 2B 0 1B D6 3C 2D
Octal 56 152 272 113 53 0 33 326 74 55
Binary 101110 1101010 10111010 1001011 101011 0 11011 11010110 111100 101101

Color Harmonies of #2E6ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6ABA

Black with #2E6ABA

Text Example


Text Example

White with #2E6ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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