Html Css Color HEX #2E6EBD Denim

📋 copy color: '#2E6EBD'

red 46 ◦ green 110 ◦ blue 189

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

Shades of Denim #2E6EBD

Tints of Denim #2E6EBD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.88%

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

R = 13.33%
G = 31.88%
B = 54.78%

CMYK

 C value IS 0.76

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2E6EBD (or 0x2E6EBD) is known color: Denim. HEX triplet: 2E, 6E and BD. RGB value is (46,110,189). Sum of RGB (Red+Green+Blue) = 46+110+189=345 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.33% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #2E6EBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6EBD is #D19142. Grayscale: #636363. Windows color (decimal): -13734211 or 12414510. OLE color: 12414510.

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

Color convert

RGB 46 110 189 -
CMYK 0.76 0.42 0 0.26
HSL 213.15º 0.61% 0.46% -
HSV(B) 213.15º 0.76% 0.74% -
XYZ 15.89 15.41 50.28 -
YUV 99.87 178.3 89.58 -
System Red Green Blue C M Y K H S L
Decimal 46 110 189 0.76 0.42 0 0.26 213.15 0.61 0.46
Hex 2E 6E BD 4C 2A 0 1A D5 3D 2E
Octal 56 156 275 114 52 0 32 325 75 56
Binary 101110 1101110 10111101 1001100 101010 0 11010 11010101 111101 101110

Color Harmonies of #2E6EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6EBD

Black with #2E6EBD

Text Example


Text Example

White with #2E6EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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