Html Css Color HEX #2E6ABD Denim

📋 copy color: '#2E6ABD'

red 46 ◦ green 106 ◦ blue 189

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

Shades of Denim #2E6ABD

Tints of Denim #2E6ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 55.43%

R = 13.49%
G = 31.09%
B = 55.43%

CMYK

 C value IS 0.76

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2E6ABD (or 0x2E6ABD) is known color: Denim. HEX triplet: 2E, 6A and BD. RGB value is (46,106,189). Sum of RGB (Red+Green+Blue) = 46+106+189=341 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.49% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 189 (74.22% from 255 or 55.43% from 341); Max value from RGB is 189 - color contains mainly: blue. Hex color #2E6ABD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6ABD is #D19542. Grayscale: #616161. Windows color (decimal): -13735235 or 12413486. OLE color: 12413486.

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

Color convert

RGB 46 106 189 -
CMYK 0.76 0.44 0 0.26
HSL 214.83º 0.61% 0.46% -
HSV(B) 214.83º 0.76% 0.74% -
XYZ 15.47 14.56 50.14 -
YUV 97.52 179.62 91.25 -
System Red Green Blue C M Y K H S L
Decimal 46 106 189 0.76 0.44 0 0.26 214.83 0.61 0.46
Hex 2E 6A BD 4C 2C 0 1A D7 3D 2E
Octal 56 152 275 114 54 0 32 327 75 56
Binary 101110 1101010 10111101 1001100 101100 0 11010 11010111 111101 101110

Color Harmonies of #2E6ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6ABD

Black with #2E6ABD

Text Example


Text Example

White with #2E6ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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