Html Css Color HEX #2E6BBB Denim

📋 copy color: '#2E6BBB'

red 46 ◦ green 107 ◦ blue 187

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

Shades of Denim #2E6BBB

Tints of Denim #2E6BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55%

R = 13.53%
G = 31.47%
B = 55%

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

#2E6BBB (or 0x2E6BBB) is known color: Denim. HEX triplet: 2E, 6B and BB. RGB value is (46,107,187). Sum of RGB (Red+Green+Blue) = 46+107+187=340 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.53% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 187 (73.44% from 255 or 55% from 340); Max value from RGB is 187 - color contains mainly: blue. Hex color #2E6BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6BBB is #D19444. Grayscale: #616161. Windows color (decimal): -13734981 or 12282670. OLE color: 12282670.

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

Color convert

RGB 46 107 187 -
CMYK 0.75 0.43 0 0.27
HSL 214.04º 0.61% 0.46% -
HSV(B) 214.04º 0.75% 0.73% -
XYZ 15.35 14.68 49.04 -
YUV 97.88 178.29 91 -
System Red Green Blue C M Y K H S L
Decimal 46 107 187 0.75 0.43 0 0.27 214.04 0.61 0.46
Hex 2E 6B BB 4B 2B 0 1B D6 3D 2E
Octal 56 153 273 113 53 0 33 326 75 56
Binary 101110 1101011 10111011 1001011 101011 0 11011 11010110 111101 101110

Color Harmonies of #2E6BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6BBB

Black with #2E6BBB

Text Example


Text Example

White with #2E6BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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