Html Css Color HEX #2E6DCB Denim

📋 copy color: '#2E6DCB'

red 46 ◦ green 109 ◦ blue 203

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

Shades of Denim #2E6DCB

Tints of Denim #2E6DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.45%

 BLUE value IS 203 (79.69% from 255) = 56.7%

R = 12.85%
G = 30.45%
B = 56.7%

CMYK

 C value IS 0.77

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2E6DCB (or 0x2E6DCB) is known color: Denim. HEX triplet: 2E, 6D and CB. RGB value is (46,109,203). Sum of RGB (Red+Green+Blue) = 46+109+203=358 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.85% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E6DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6DCB is #D19234. Grayscale: #646464. Windows color (decimal): -13734453 or 13331758. OLE color: 13331758.

HSL color Cylindrical-coordinate representation of color #2E6DCB: hue angle of 215.92º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E6DCB is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 46 109 203 -
CMYK 0.77 0.46 0 0.20
HSL 215.92º 0.63% 0.49% -
HSV(B) 215.92º 0.77% 0.8% -
XYZ 17.37 15.83 58.64 -
YUV 100.88 185.63 88.86 -
System Red Green Blue C M Y K H S L
Decimal 46 109 203 0.77 0.46 0 0.20 215.92 0.63 0.49
Hex 2E 6D CB 4D 2E 0 14 D8 3F 31
Octal 56 155 313 115 56 0 24 330 77 61
Binary 101110 1101101 11001011 1001101 101110 0 10100 11011000 111111 110001

Color Harmonies of #2E6DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6DCB

Black with #2E6DCB

Text Example


Text Example

White with #2E6DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,109,203); }

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

background-color css

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

 a { background-color: rgb(46,109,203); }

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

border-color css

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

 span { border-color: rgb(46,109,203); }

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