Html Css Color HEX #2E69BA Denim

📋 copy color: '#2E69BA'

red 46 ◦ green 105 ◦ blue 186

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

Shades of Denim #2E69BA

Tints of Denim #2E69BA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.16%

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

R = 13.65%
G = 31.16%
B = 55.19%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2E69BA (or 0x2E69BA) is known color: Denim. HEX triplet: 2E, 69 and BA. RGB value is (46,105,186). Sum of RGB (Red+Green+Blue) = 46+105+186=337 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.65% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E69BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E69BA is #D19645. Grayscale: #606060. Windows color (decimal): -13735494 or 12216622. OLE color: 12216622.

HSL color Cylindrical-coordinate representation of color #2E69BA: hue angle of 214.71º 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 #2E69BA is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 105 186 -
CMYK 0.75 0.44 0 0.27
HSL 214.71º 0.6% 0.45% -
HSV(B) 214.71º 0.75% 0.73% -
XYZ 15.04 14.23 48.41 -
YUV 96.59 178.45 91.91 -
System Red Green Blue C M Y K H S L
Decimal 46 105 186 0.75 0.44 0 0.27 214.71 0.6 0.45
Hex 2E 69 BA 4B 2C 0 1B D7 3C 2D
Octal 56 151 272 113 54 0 33 327 74 55
Binary 101110 1101001 10111010 1001011 101100 0 11011 11010111 111100 101101

Color Harmonies of #2E69BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E69BA

Black with #2E69BA

Text Example


Text Example

White with #2E69BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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